r79399 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79398‎ | r79399 | r79400 >
Date:01:05, 1 January 2011
Author:dantman
Status:ok
Tags:
Comment:
*sigh* I wish this were git... Followup r79398, small mistake that slipped through when I was fixing an incorrect method use.
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -810,7 +810,7 @@
811811 wfRunHooks( 'SkinTemplatePreventOtherActiveTabs', array( &$this, &$preventActiveTabs ) );
812812
813813 // Checks if page is some kind of content
814 - if( $this->mTitle->getNamespace() != NS_SPECIAL ) {
 814+ if( $title->getNamespace() != NS_SPECIAL ) {
815815 // Gets page objects for the related namespaces
816816 $subjectPage = $title->getSubjectPage();
817817 $talkPage = $title->getTalkPage();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79398Implement "relevant" title and user in the skin system and update undelete, l...dantman01:03, 1 January 2011

Status & tagging log