repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added label tags for wcMinoredit and wcWatchthispage checkbox labels
[mediawiki.git]
/
includes
/
UserUpdate.php
blob
1d28cf38f9adef1313b23fb8b9f6ee20b07e9768
1
<
?
2
# See deferred.doc
3
4
class
UserUpdate
{
5
6
function
UserUpdate
() { }
7
8
function
doUpdate
()
9
{
10
global
$wgUser
;
11
$wgUser
->
saveSettings
();
12
}
13
}
14
15
?
>