e107_plugins/forum/forum_setup.php
Call to undeclared method \e_db::isTable
Open
Open
if(!$sql->isTable('forum_t') || !$sql->isEmpty('forum_thread')) // no table, so run a default plugin install procedure.
- Exclude checks
Call to undeclared method \e_db::isTable
Open
Open
if(!e107::getDb()->isTable('forum_thread'))
- Exclude checks
Call to undeclared method \e_db::isTable
Open
Open
if($sql->isEmpty('forum_thread') === true && $sql->isTable('forum_t') && $sql->isEmpty('forum_t') === false)
- Exclude checks