Updated some compiler methods, added footable3, fixed some known issus.
This commit is contained in:
@ -67,7 +67,7 @@ class ###Component###View###SView### extends JViewLegacy
|
||||
// hide the main menu
|
||||
$this->app->input->set('hidemainmenu', true);
|
||||
// set the title
|
||||
if ($this->item->name)
|
||||
if (isset($this->item->name) && $this->item->name)
|
||||
{
|
||||
$title = $this->item->name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user