Index: branches/REL1_16/phase3/includes/api/ApiQueryBlocks.php |
— | — | @@ -126,6 +126,7 @@ |
127 | 127 | $this->getMain()->setVaryCookie(); |
128 | 128 | if ( !$wgUser->isAllowed( 'hideuser' ) ) { |
129 | 129 | $this->addWhereFld( 'ipb_deleted', 0 ); |
| 130 | + } |
130 | 131 | |
131 | 132 | // Purge expired entries on one in every 10 queries |
132 | 133 | if ( !mt_rand( 0, 10 ) ) |