1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

More notice fixes

This commit is contained in:
Moc
2013-05-24 18:40:29 +02:00
parent c56951df43
commit f981711350
2 changed files with 3 additions and 3 deletions

View File

@@ -865,7 +865,7 @@ if (!class_exists('e107table', false))
$thm = new $this->themeClass();
}
if(is_object($thm))
if(is_object(vartrue($thm)))
{
$thm->tablestyle($caption, $text, $mode, array('menuArea'=>$this->eMenuArea, 'menuCount'=>$this->eMenuCount, 'menuTotal'=>varset($this->eMenuTotal[$this->eMenuArea]), 'setStyle'=>$this->eSetStyle));
}