r101219 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101218‎ | r101219 | r101220 >
Date:22:07, 28 October 2011
Author:petrb
Status:deferred
Tags:
Comment:
replaced null
Modified paths:
  • /trunk/extensions/OnlineStatusBar/OnlineStatusBarHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OnlineStatusBar/OnlineStatusBarHooks.php
@@ -155,8 +155,8 @@
156156 if ( User::isIP( $parser->getTitle()->getBaseText() ) && $result == null ) {
157157 $result = OnlineStatusBar::getAnonFromTitle( $parser->getTitle() );
158158 }
159 -
160 - if ( $result == null ) {
 159+
 160+ if ( $result == false ) {
161161 $ret = "unknown";
162162 return true;
163163 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101153one more fix to magic wordpetrb17:07, 28 October 2011

Status & tagging log