@@ -434,8 +434,9 @@ |
||
434 | 434 | // Allow querying for any IP, currently with no edit count limitation... |
435 | 435 | // Once T188677 is resolved IPs will be affected by the EXPLAIN results. |
436 | 436 | if ($user->isAnon()) { |
437 | - if ($user->isIpRange() && ) |
|
438 | - return $user; |
|
437 | + if ($user->isIpRange() && ) { |
|
438 | + return $user; |
|
439 | + } |
|
439 | 440 | } |
440 | 441 | |
441 | 442 | $originalParams = $this->params; |