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 @@
57
57
58
58
// These tabs should only exist for category pages
59
59
if ( $title->getNamespace() != NS_CATEGORY ) {
60
- return false;
60
+ return true;
61
61
}
62
62
63
63
$categoryName = $title->getText();
Status & tagging log
19:26, 30 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r95797
[
removed:
new
added:
deferred]