r95437 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95436‎ | r95437 | r95438 >
Date:20:01, 24 August 2011
Author:bawolff
Status:ok
Tags:
Comment:
(Follow-up r95382) Missed a !
Modified paths:
  • /trunk/extensions/SubpageSortkey/SubpageSortkey_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SubpageSortkey/SubpageSortkey_body.php
@@ -52,7 +52,7 @@
5353
5454 // Don't prefix an extra \n if the prefix is empty.
5555 if ( $newPrefix !== ''
56 - || $wgSubpageSortkeyIfNoSubpageUseFullName
 56+ || !$wgSubpageSortkeyIfNoSubpageUseFullName
5757 ) {
5858 $unprefixed = $newPrefix . "\n" . $unprefixed;
5959 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95382Commit new extension - Allows making the default sortkey part of the subpage ...bawolff06:56, 24 August 2011

Status & tagging log