1
0
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:
Cameron
2013-03-10 20:52:06 -07:00
parent 34083bf7ad
commit 01a2b876d6
2 changed files with 1 additions and 7 deletions

View File

@@ -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.
}