https://bugzilla.wikimedia.org/show_bug.cgi?id=23641
--- Comment #3 from [email protected] 2010-05-25 09:00:05 UTC --- Created an attachment (id=7402) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7402) Patch to Article.php fixing this bug This changes $watchthis to &$watchthis so that hooks (ArticleSave, ArticleInsertComplete, and ArticleSaveComplete) can change its value. It also introduces $alterWatchlist, which if null causes $watchthis to be ignored. The alterations to the watchlist are now done by doEdit rather than by insertNewArticle or updateArticle, which I guess moves us a step closer to deprecating those two functions. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
