This commit is contained in:
bzick 2017-05-23 11:21:01 +03:00
parent 7d0db43050
commit 8730343442
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ class Accessor {
*/ */
public static function parserProperty($prop, Tokenizer $tokens, Template $tpl, &$is_var) public static function parserProperty($prop, Tokenizer $tokens, Template $tpl, &$is_var)
{ {
$is_var = true;
return self::parserVar('$tpl->getStorage()->'.$prop, $tokens, $tpl, $is_var); return self::parserVar('$tpl->getStorage()->'.$prop, $tokens, $tpl, $is_var);
} }