r107631 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107630‎ | r107631 | r107632 >
Date:11:37, 30 December 2011
Author:ialex
Status:ok
Tags:
Comment:
Per Krinkle, fix for r102406: use strict comparison
Modified paths:
  • /trunk/phase3/includes/specials/SpecialAllpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialAllpages.php
@@ -82,7 +82,7 @@
8383
8484 if( $par !== null ) {
8585 $this->showChunk( $namespace, $par, $to );
86 - } elseif( $from !== null && $to == null ) {
 86+ } elseif( $from !== null && $to === null ) {
8787 $this->showChunk( $namespace, $from, $to );
8888 } else {
8989 $this->showToplevel( $namespace, $from, $to );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102406* Use local context to get messages...ialex16:04, 8 November 2011

Status & tagging log