Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -810,7 +810,7 @@ |
811 | 811 | wfRunHooks( 'SkinTemplatePreventOtherActiveTabs', array( &$this, &$preventActiveTabs ) ); |
812 | 812 | |
813 | 813 | // Checks if page is some kind of content |
814 | | - if( $this->mTitle->getNamespace() != NS_SPECIAL ) { |
| 814 | + if( $title->getNamespace() != NS_SPECIAL ) { |
815 | 815 | // Gets page objects for the related namespaces |
816 | 816 | $subjectPage = $title->getSubjectPage(); |
817 | 817 | $talkPage = $title->getTalkPage(); |