fixed a typo

This commit is contained in:
behrooz shabani (everplays) 2013-12-13 22:29:54 +03:30
parent ff503a90a2
commit 300f44e8c6

View File

@ -353,7 +353,7 @@ class Template
private function _isSection($current)
{
$helpers = $this->getEngine()->getHelpers();
// Tokenizer do not process the args -if any- so be aware of that
// Tokenizer doesn't process the args -if any- so be aware of that
$name = explode(' ', $current[Tokenizer::NAME]);
return $helpers->has(reset($name));
}