diff options
Diffstat (limited to 'lib/smarty3/sysplugins/smarty_internal_method_clearallassign.php')
-rw-r--r-- | lib/smarty3/sysplugins/smarty_internal_method_clearallassign.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/smarty3/sysplugins/smarty_internal_method_clearallassign.php b/lib/smarty3/sysplugins/smarty_internal_method_clearallassign.php index 1e5fec4..29ff2ff 100644 --- a/lib/smarty3/sysplugins/smarty_internal_method_clearallassign.php +++ b/lib/smarty3/sysplugins/smarty_internal_method_clearallassign.php @@ -31,7 +31,6 @@ class Smarty_Internal_Method_ClearAllAssign public function clearAllAssign(Smarty_Internal_Data $data) { $data->tpl_vars = array(); - return $data; } -}
\ No newline at end of file +} |