mirror of
https://github.com/pattern-lab/patternlab-php.git
synced 2025-01-29 11:59:16 +01:00
should give the right file name
This commit is contained in:
parent
10e205c7bd
commit
afcf3cd2af
@ -102,7 +102,7 @@ class Mustache implements \Mustache_Loader {
|
||||
|
||||
// throw error if path is not found
|
||||
if (!file_exists($fileName)) {
|
||||
throw new \Mustache_Exception_UnknownTemplateException($name);
|
||||
throw new \Mustache_Exception_UnknownTemplateException($fileName);
|
||||
}
|
||||
|
||||
// get the file data
|
||||
|
Loading…
x
Reference in New Issue
Block a user