Skip to content

Commit

Permalink
DRY.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Aug 19, 2014
1 parent 4f73c82 commit a8d174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mustache/Engine.php
Expand Up @@ -600,7 +600,7 @@ public function getTemplateClassName($source)
$this->entityFlags,
$this->charset,
$this->strictCallables ? 'true' : 'false',
implode(' ', array_keys($this->pragmas)),
implode(' ', $this->getPragmas()),
$source
));
}
Expand Down

0 comments on commit a8d174a

Please sign in to comment.