wiki.techinc.nl/includes/UpdateClasses.php
Evan Prodromou bcc5c346ad Another step in removing deferred updates. Removed the UserTalkUpdate
module and moved user talk modification code to User (it's read in
User, should probably be written in User, too). Changed calling code
in Article to update the user directly, rather than using the
UserTalkUpdate class. Tested with logged-in and not-logged-in users.
2004-11-29 17:36:13 +00:00

17 lines
221 B
PHP

<?php
/**
* See deferred.doc
*
* @package MediaWiki
*/
/**
*
*/
require_once( 'SiteStatsUpdate.php' );
require_once( 'LinksUpdate.php' );
require_once( 'SearchUpdate.php' );
require_once( 'SquidUpdate.php' );
?>