Don't use getCheck, because the opts array is reused to generate the query for the...
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 19 Feb 2011 21:03:52 +0000 (21:03 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 19 Feb 2011 21:03:52 +0000 (21:03 +0000)
commitaef29dba4aedf896874054c1f55b2270c3a54b14
treea44483b7e5e43512945693c4583d625c0649877f
parent6702dc6636faa736bca813c00d120d0587421853
Don't use getCheck, because the opts array is reused to generate the query for the RSS/Atom feed.
getCheck checks for presence, not for true/false, so that was why rss feeds behaved as if
deletedOnly was set.

Follow up to r65651
Fixes bug #27546
includes/specials/SpecialContributions.php