mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
Fixed e107 v1 to v2 forum migration adding check for deprecated files. Fixed breadcrumb subforum visibility and URL when SEFURL is disabled.
This commit is contained in:
@@ -67,7 +67,7 @@ function init()
|
||||
// todo - remove all these globals.
|
||||
global $FORUM_VIEW_START, $urlparms, $doNothing;
|
||||
global $sc, $FORUM_VIEW_FORUM, $FORUM_VIEW_FORUM_STICKY, $FORUM_VIEW_FORUM_ANNOUNCE;
|
||||
global $forum_info, $FORUM_CRUMB;
|
||||
global $forum_info, $FORUM_CRUMB, $forumInfo;
|
||||
global $forum;
|
||||
|
||||
$sql = e107::getDb();
|
||||
|
Reference in New Issue
Block a user