DRY.
This commit is contained in:
@@ -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
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user