- fixed function definitions on some autoloaded methods

This commit is contained in:
Uwe.Tews
2009-10-21 16:13:20 +00:00
parent 5fe16d23f0
commit 530c4bf108
6 changed files with 6 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
/**
* Enable debugging
*/
public function enableDebugging($smarty)
function enableDebugging($smarty)
{
$this->smarty->debugging = true;
return;