Justin Hileman 11 년 전
부모
커밋
a8d174a85f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

@@ -600,7 +600,7 @@ class Mustache_Engine
             $this->entityFlags,
             $this->charset,
             $this->strictCallables ? 'true' : 'false',
-            implode(' ', array_keys($this->pragmas)),
+            implode(' ', $this->getPragmas()),
             $source
         ));
     }