User "IAlex" changed the status of MediaWiki.r93769. Old Status: new New Status: fixme
User "IAlex" also posted a comment on MediaWiki.r93769. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/93769#c20376 Commit summary: Experimental support for memcached enhanced category tree building; Added an option to disable the recursive category scan; Changed the DB schema to avoid having to add a primary key to change_tag; Added a dummy test case Comment: <code>+ global $updater;</code> That variable is not a global variable, but passed to the function in MW 1.17+. Use <code>function fnCollabWatchlistDbSchema( $updater = null )</code> to get it. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
