4d60a35d8e0e08eb335a6118b7c1f953996423be
[lhc/web/wiklou.git] / includes / UserUpdate.php
1 <?php
2 /**
3 * See deferred.doc
4 *
5 */
6
7 /**
8 *
9 */
10 class UserUpdate {
11 /**
12 *
13 */
14 function UserUpdate() { }
15
16 /**
17 *
18 */
19 function doUpdate() {
20 global $wgUser;
21 $wgUser->saveSettings();
22 }
23 }
24
25 ?>