mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-11 17:43:50 +01:00
- renamed function names of autoloaded Smarty methods to Smarty_Method_....
- new security_class property (default is Smarty_Security)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*
|
||||
* @param string $object name of template object
|
||||
*/
|
||||
function unregister_object($smarty, $object)
|
||||
function Smarty_Method_Unregister_Object($smarty, $object)
|
||||
{
|
||||
unset($smarty->registered_objects[$object]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user