r95797 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95796‎ | r95797 | r95798 >
Date:18:07, 30 August 2011
Author:yaron
Status:deferred
Tags:
Comment:
Fixed incorrect return values
Modified paths:
  • /trunk/extensions/PageSchemas/PS_Tabs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageSchemas/PS_Tabs.php
@@ -56,7 +56,7 @@
5757
5858 // These tabs should only exist for category pages
5959 if ( $title->getNamespace() != NS_CATEGORY ) {
60 - return false;
 60+ return true;
6161 }
6262
6363 $categoryName = $title->getText();

Status & tagging log