diff options
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 8cfffd9c3f..b42b3a6bdd 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -70,7 +70,7 @@ if($total_categories) LEFT JOIN ".POSTS_TABLE." p ON p.post_id = f.forum_last_post_id LEFT JOIN ".USERS_TABLE." u ON u.user_id = p.poster_id $limit_forums - ORDER BY f.cat_id, f.forums_order"; + ORDER BY f.cat_id, f.forum_order"; if(!$q_forums = $db->sql_query($sql)) { error_die($db, QUERY_ERROR); |