Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 4, 2011
1 parent e44947d commit c6e8ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Twig/Extensions/Node/Trans.php
Expand Up @@ -119,6 +119,6 @@ protected function compileString(Twig_NodeInterface $body)
}
}

return array(new Twig_Node(array(new Twig_Node_Expression_Constant(trim($msg), $node->getLine()))), $vars);
return array(new Twig_Node(array(new Twig_Node_Expression_Constant(trim($msg), $body->getLine()))), $vars);
}
}

0 comments on commit c6e8ba8

Please sign in to comment.