This commit is contained in:
Justin Hileman
2014-08-18 20:59:16 -07:00
parent 4f73c826ff
commit a8d174a85f
+1 -1
View File
@@ -600,7 +600,7 @@ class Mustache_Engine
$this->entityFlags, $this->entityFlags,
$this->charset, $this->charset,
$this->strictCallables ? 'true' : 'false', $this->strictCallables ? 'true' : 'false',
implode(' ', array_keys($this->pragmas)), implode(' ', $this->getPragmas()),
$source $source
)); ));
} }