Jump to content

Edit History

Subhahan

Subhahan

For those who are in serach of solution:

Do this in your main file: (yourmodule/yourmodule.php) on installTab()

return (bool) $tab->save();

instead of 

return (bool) $tab->add();

Subhahan

Subhahan

For those who are in serach of solution:

Do this 

return (bool) $tab->save();

instead of 

return (bool) $tab->add();

×
×
  • Create New...