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 debugging
|
||||
*/
|
||||
public function enableDebugging($smarty)
|
||||
function enableDebugging($smarty)
|
||||
{
|
||||
$this->smarty->debugging = true;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user