mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-03 05:41:37 +01:00
- fixed function definitions on some autoloaded methods
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
/**
|
||||
* Enable config overwrite mode
|
||||
*/
|
||||
public function enableConfigOverwrite($smarty)
|
||||
function enableConfigOverwrite($smarty)
|
||||
{
|
||||
$smarty->config_overwrite = true;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user