1
0
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:
rica-carv
2016-06-15 10:08:20 +01:00
committed by GitHub
parent 17ebeec991
commit 96235b5f08

View File

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