mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-08 08:11:39 +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:
@@ -19,7 +19,7 @@
|
||||
*
|
||||
* @param string $type name of resource
|
||||
*/
|
||||
function Unregister_Resource($smarty, $type)
|
||||
function Smarty_Method_Unregister_Resource($smarty, $type)
|
||||
{
|
||||
unset($smarty->plugins['resource'][$type]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user