Clean up for move to .php files an phan checks

This commit is contained in:
Clemens Schwaighofer
2019-09-13 16:08:49 +09:00
parent d9ad041c47
commit 56612cb13b
11 changed files with 27 additions and 20 deletions

View File

@@ -25,7 +25,8 @@ class SmartyExtend extends SmartyBC
SmartyBC::__construct();
$this->l10n = new \CoreLibs\Language\L10n($lang);
// variable variable register
$this->register_modifier('getvar', array(&$this, 'get_template_vars'));
// $this->register_modifier('getvar', array(&$this, 'get_template_vars'));
$this->registerPlugin('modifier', 'getvar', array(&$this, 'get_template_vars'));
}
}