- bugfix broken PHP 5.2 compatibility

This commit is contained in:
uwetews
2015-12-19 20:10:45 +01:00
parent e32720ef4e
commit 224a1c4874
6 changed files with 7 additions and 5 deletions
@@ -162,7 +162,7 @@ class Smarty_Internal_Method_ConfigLoad
*
* @return mixed the value of the config variable
*/
public function _getConfigVariable(\Smarty_Internal_Template $tpl, $varName, $errorEnable = true)
public function _getConfigVariable(Smarty_Internal_Template $tpl, $varName, $errorEnable = true)
{
$_ptr = $tpl;
while ($_ptr !== null) {