mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Pull errors fix
Pull errors fix
This commit is contained in:
@@ -2111,8 +2111,9 @@ class e107forum
|
||||
|
||||
$forumTitle = e107::pref('forum','title', LAN_PLUGIN_FORUM_NAME);
|
||||
|
||||
global $FORUM_CRUMB, $forumInfo, $threadInfo, $thread;
|
||||
global $BREADCRUMB,$BACKLINK; // Eventually we should deprecate BACKLINK
|
||||
//-- global $FORUM_CRUMB, $forumInfo, $threadInfo, $thread;
|
||||
//-- global $BREADCRUMB,$BACKLINK; // Eventually we should deprecate BACKLINK
|
||||
global $FORUM_CRUMB, $forumInfo, $threadInfo, $thread, $BREADCRUMB;
|
||||
|
||||
if(!$forumInfo && $thread) { $forumInfo = $thread->threadInfo; }
|
||||
|
||||
|
Reference in New Issue
Block a user