mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
MySQL: Refactored 'db_Table_exists' to 'isTable' method. (BC compatible) and removed use of pref global.
This commit is contained in:
@@ -49,7 +49,7 @@ class forum_setup
|
||||
*/
|
||||
function upgrade_required()
|
||||
{
|
||||
if(!e107::getDb()->db_Table_exists('forum_thread'))
|
||||
if(!e107::getDb()->isTable('forum_thread'))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user