e107inc/e107

View on GitHub
e107_plugins/forum/forum_setup.php

Summary

Maintainability
A
0 mins
Test Coverage
F
19%

Call to undeclared method \e_db::isTable
Open

        if(!$sql->isTable('forum_t') || !$sql->isEmpty('forum_thread')) // no table, so run a default plugin install procedure.
Severity: Critical
Found in e107_plugins/forum/forum_setup.php by phan

Call to undeclared method \e_db::isTable
Open

        if(!e107::getDb()->isTable('forum_thread'))
Severity: Critical
Found in e107_plugins/forum/forum_setup.php by phan

Call to undeclared method \e_db::isTable
Open

        if($sql->isEmpty('forum_thread') === true && $sql->isTable('forum_t') && $sql->isEmpty('forum_t') === false)
Severity: Critical
Found in e107_plugins/forum/forum_setup.php by phan

There are no issues that match your filters.

Category
Status