rdbms: Add @deprecate tag to MaintainableDBConnRef class alias
[lhc/web/wiklou.git] / includes / block / BlockRestriction.php
index 3ce682b..43d70e6 100644 (file)
@@ -112,7 +112,7 @@ class BlockRestriction {
                $blockIds = array_keys( $restrictionList );
                if ( !empty( $blockIds ) ) {
                        $result = $dbw->select(
-                               [ 'ipblocks_restrictions', 'page' ],
+                               [ 'ipblocks_restrictions' ],
                                [ 'ir_ipb_id', 'ir_type', 'ir_value' ],
                                [ 'ir_ipb_id' => $blockIds ],
                                __METHOD__,