1
0
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:
Cameron
2021-09-26 10:43:33 -07:00
parent 69d5b49525
commit 5fd8fdc92b
3 changed files with 43 additions and 6 deletions

View File

@@ -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();