*sigh* I wish this were git... Followup r79398, small mistake that slipped through...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sat, 1 Jan 2011 01:05:39 +0000 (01:05 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sat, 1 Jan 2011 01:05:39 +0000 (01:05 +0000)
includes/SkinTemplate.php

index 46c84d3..8b38500 100644 (file)
@@ -810,7 +810,7 @@ class SkinTemplate extends Skin {
                wfRunHooks( 'SkinTemplatePreventOtherActiveTabs', array( &$this, &$preventActiveTabs ) );
 
                // Checks if page is some kind of content
-               if( $this->mTitle->getNamespace() != NS_SPECIAL ) {
+               if( $title->getNamespace() != NS_SPECIAL ) {
                        // Gets page objects for the related namespaces
                        $subjectPage = $title->getSubjectPage();
                        $talkPage = $title->getTalkPage();