Index: trunk/extensions/OnlineStatusBar/OnlineStatusBarHooks.php |
— | — | @@ -155,8 +155,8 @@ |
156 | 156 | if ( User::isIP( $parser->getTitle()->getBaseText() ) && $result == null ) { |
157 | 157 | $result = OnlineStatusBar::getAnonFromTitle( $parser->getTitle() ); |
158 | 158 | } |
159 | | - |
160 | | - if ( $result == null ) { |
| 159 | + |
| 160 | + if ( $result == false ) { |
161 | 161 | $ret = "unknown"; |
162 | 162 | return true; |
163 | 163 | } |