https://bugzilla.wikimedia.org/show_bug.cgi?id=30051
--- Comment #2 from Reedy <[email protected]> 2011-07-25 17:08:18 UTC --- Oh it also seems to be using pre 1.17 LoadExtensionSchemaUpdates, which isn't a problem for the cluster, but would be useful for forwards compatability $updater = null in the parameters, then just do if $updater === null, do old style, else do new style Plenty of examples in SVN Line 889 of CollabWatchlistEditor.php wfRunHooks( 'UnwatchArticleComplete', array( &$user, &$article ) ); $user is undefined -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
