API: Ensure it checks *only* the fast limit or the slow limit, not both. On fast...
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Fri, 5 Oct 2007 07:37:58 +0000 (07:37 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Fri, 5 Oct 2007 07:37:58 +0000 (07:37 +0000)
commit1af0a9f0765d299ff92dfebebcbdfbdedb59126b
tree78ba3c3b1facafed9307f95e28d7d1a49801b6b9
parenta2b5f140e9f8bb2c66e0b43c9d061379b7a625af
API: Ensure it checks *only* the fast limit or the slow limit, not both. On fast revision queries (those without content), was checking once against fast limit and once against slow limit, and exploding if limit exceeded slow limit.
includes/api/ApiQueryRevisions.php