Fix r78824 after some misunderstandings in the CR comments. The querypage API module...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 21 Jul 2011 18:03:25 +0000 (18:03 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 21 Jul 2011 18:03:25 +0000 (18:03 +0000)
commit06d3c6ef2bf3d01545e7fc036398d7770096e0dd
tree815575fb2e97933cb7f11c43efe937447984c061
parent96dc4b7e8af1bf4e8fc2246de44727a2440afce4
Fix r78824 after some misunderstandings in the CR comments. The querypage API module was checking for disabled status and setting the 'disabled' attribute in the output, but would then happily proceed to call doQuery() on a disabled query page.
includes/api/ApiQueryQueryPage.php