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.
17 lines
221 B
PHP
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' );
|
|
|
|
?>
|