some workaround for PHP warnings

This commit is contained in:
following
2013-02-08 14:13:25 +01:00
parent 4b0a5da369
commit 57d665592b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -135,7 +135,7 @@ class OcSmarty extends Smarty
$this->_cache_including = $_cache_including;
}
function display()
function display($dummy1=null, $dummy2=null, $dummy3=null)
{
global $opt, $db, $cookie, $login, $menu, $sqldebugger, $translate;
$cookie->close();
@@ -303,7 +303,7 @@ class OcSmarty extends Smarty
}
// check if this template is valid
function is_cached()
function is_cached($dummy1=null, $dummy2=null, $dummy3=null)
{
global $login;