From: Tim Starling Date: Sat, 14 May 2005 09:25:41 +0000 (+0000) Subject: typos X-Git-Tag: 1.5.0alpha2~203 X-Git-Url: http://git.cyclocoop.org/wiki/%7B%7Bpath%7D%7Dmw-config/index.php?a=commitdiff_plain;h=264fa0056e2e62ee797074a8838439584cabc034;p=lhc%2Fweb%2Fwiklou.git typos --- diff --git a/includes/SpecialUserrights.php b/includes/SpecialUserrights.php index 43d0b269f6..6903deb36e 100644 --- a/includes/SpecialUserrights.php +++ b/includes/SpecialUserrights.php @@ -62,7 +62,7 @@ class UserrightsForm extends HTMLForm { /** * Save user groups changes in the database. - * Datas comes from the editUserGroupsForm() form function + * Data comes from the editUserGroupsForm() form function * * @param string $username Username to apply changes to. * @param array $removegroup id of groups to be removed. @@ -70,7 +70,7 @@ class UserrightsForm extends HTMLForm { * */ function saveUserGroups($username,$removegroup,$addgroup) { - $u = User::NewFromName($username); + $u = User::newFromName($username); if(is_null($u)) { $wgOut->addHTML('

'.wfMsg('nosuchusershort',$username).'

');