From e61fc7a00f5c0fbb0b4a786a105614c7ad92d1e7 Mon Sep 17 00:00:00 2001 From: "Michael W. Delaney" Date: Mon, 18 Feb 2019 14:59:38 -0500 Subject: [PATCH] Update sage-acf-gutenberg-blocks.php --- sage-acf-gutenberg-blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sage-acf-gutenberg-blocks.php b/sage-acf-gutenberg-blocks.php index ea93356..581c5ee 100644 --- a/sage-acf-gutenberg-blocks.php +++ b/sage-acf-gutenberg-blocks.php @@ -33,7 +33,7 @@ foreach ($directories as $dir) { // Sanity check whether the directory we're iterating over exists first - if (!file_exists(locate_template($dir))) { + if (!file_exists(\locate_template($dir))) { return; }