mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-26 21:11:05 +02:00
Update Smarty to 3.1.3
This commit is contained in:
@@ -29,7 +29,7 @@ class Smarty_Internal_Method_GetDefaultModifiers
|
||||
*/
|
||||
public function getDefaultModifiers(Smarty_Internal_TemplateBase $obj)
|
||||
{
|
||||
$smarty = isset($obj->smarty) ? $obj->smarty : $obj;
|
||||
$smarty = $obj->_getSmartyObj();
|
||||
return $smarty->default_modifiers;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user