mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 18:14:04 +02:00
Snippets: fix
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user