"Aaron Schulz" posted a comment on MediaWiki.r111085.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111085#c31366
Commit summary for MediaWiki.r111085:
(bug 28936, bug 5280) Broken or invalid titles can't be removed from watchlist.
Now titles are fixed or deleted, if unfixable, upon loading
Special:EditWatchlist.
Aaron Schulz's comment:
<pre>
- if ( $namespace < 0 ) {
- $haveInvalidNamespaces = true;
- continue;
</pre>
You replaced this with an "if", but it no longer breaks out before the inner
loop on $pages.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview