mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
fixed typo
This commit is contained in:
@@ -30,9 +30,6 @@ class Twig_Node_Expression_ExtensionReference extends Twig_Node_Expression
|
||||
*/
|
||||
public function compile($compiler)
|
||||
{
|
||||
$compiler
|
||||
->addDebugInfo($this)
|
||||
->raw(sprintf("\$this->env->getExtension('%s')", $this['name']))
|
||||
;
|
||||
$compiler->raw(sprintf("\$this->env->getExtension('%s')", $this['name']));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user