mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Forum upgrade check fix. Forum stats page GUI fixes.
This commit is contained in:
@@ -49,7 +49,7 @@ class forum_setup
|
||||
*/
|
||||
function upgrade_required()
|
||||
{
|
||||
if(!e107::getDb()->field('forum','forum_thread'))
|
||||
if(!e107::getDb()->field('forum_thread','thread_id'))
|
||||
{
|
||||
return true; // true to trigger an upgrade alert, and false to not.
|
||||
}
|
||||
|
Reference in New Issue
Block a user