X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialWatchlist.php;h=effd7745f5dd023f9af64661354038d38df2dc6e;hb=ed1966c1ed85f7ec713dc252f8c526b8f0e42505;hp=b20b33117b2a565483085fc43c412da802c9f02a;hpb=1b0c9f6098c31d6bf16a00d37a8aa5cd493270e1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index b20b33117b..effd7745f5 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -415,6 +415,10 @@ class SpecialWatchlist extends ChangesListSpecialPage { $this->runMainQueryHook( $tables, $fields, $conds, $query_options, $join_conds, $opts ); + if ( $this->areFiltersInConflict() ) { + return false; + } + return $dbr->select( $tables, $fields,