Fix broken build

This commit is contained in:
Amit Snyderman
2013-09-06 13:34:01 -04:00
parent a83ecd70aa
commit ae138efb47
+1 -1
View File
@@ -12,7 +12,7 @@ class Mustache_Cache_NoopCache extends Mustache_Cache_AbstractCache
$this->log(
Mustache_Logger::WARNING,
'Template cache disabled, evaluating "{className}" class at runtime',
array('className' => $className)
array('className' => $key)
);
eval("?>".$compiled);
}