1
0
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:
Dave Olsen 2014-05-19 16:50:02 -04:00
parent 10e205c7bd
commit afcf3cd2af

View File

@ -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