mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix #272
This commit is contained in:
parent
7d0db43050
commit
8730343442
@ -61,6 +61,7 @@ class Accessor {
|
||||
*/
|
||||
public static function parserProperty($prop, Tokenizer $tokens, Template $tpl, &$is_var)
|
||||
{
|
||||
$is_var = true;
|
||||
return self::parserVar('$tpl->getStorage()->'.$prop, $tokens, $tpl, $is_var);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user