From a0206a74d63239debeeaa33b48188327efcc0b83 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 25 Dec 2018 02:35:07 +0300 Subject: [PATCH] Snippets: fix --- flextype/Snippets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Snippets.php b/flextype/Snippets.php index 14a5b092..7e6d85a5 100644 --- a/flextype/Snippets.php +++ b/flextype/Snippets.php @@ -51,7 +51,7 @@ class Snippets // Output... return ob_get_clean(); } else { - throw new \RuntimeException("Snippet {$snippet_path} does not exist."); + throw new \RuntimeException("Snippet {$snippet_name} does not exist."); } } }