From 96235b5f085f89f0afd0ed9815cb95b43fed838d Mon Sep 17 00:00:00 2001 From: rica-carv Date: Wed, 15 Jun 2016 10:08:20 +0100 Subject: [PATCH] Pull errors fix Pull errors fix --- e107_plugins/forum/forum_class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e107_plugins/forum/forum_class.php b/e107_plugins/forum/forum_class.php index 201672314..abed682aa 100644 --- a/e107_plugins/forum/forum_class.php +++ b/e107_plugins/forum/forum_class.php @@ -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; }