Also set the queue types map when rebuilding the ready queue map
[lhc/web/wiklou.git] / includes / Revision.php
index a403e37..06f5bd0 100644 (file)
@@ -1732,6 +1732,7 @@ class Revision implements IDBAccessObject {
         * 50 revisions for the sake of performance.
         *
         * @since 1.20
+        * @deprecated since 1.24
         *
         * @param DatabaseBase|int $db The Database to perform the check on. May be given as a
         *        Database object or a database identifier usable with wfGetDB.