Some documentation. Let's talk about it in wikitech-l.
[mediawiki.git] / includes / UserUpdate.php
blob4d60a35d8e0e08eb335a6118b7c1f953996423be
1 <?php
2 /**
3 * See deferred.doc
5 */
7 /**
9 */
10 class UserUpdate {
11 /**
14 function UserUpdate() { }
16 /**
19 function doUpdate() {
20 global $wgUser;
21 $wgUser->saveSettings();