Amit Snyderman 12 жил өмнө
parent
commit
ae138efb47

+ 1 - 1
src/Mustache/Cache/NoopCache.php

@@ -12,7 +12,7 @@ class Mustache_Cache_NoopCache extends Mustache_Cache_AbstractCache
         $this->log(
         $this->log(
             Mustache_Logger::WARNING,
             Mustache_Logger::WARNING,
             'Template cache disabled, evaluating "{className}" class at runtime',
             'Template cache disabled, evaluating "{className}" class at runtime',
-            array('className' => $className)
+            array('className' => $key)
         );
         );
         eval("?>".$compiled);
         eval("?>".$compiled);
     }
     }