diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-19 12:43:44 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-19 12:43:44 +0000 |
| commit | 0b9d1b3be4a25d07c214c174916fcdc81e5ca15d (patch) | |
| tree | f927250c89e0fd7b9088a12540cfe1e2b48c79d8 /wp-inst/wp-admin/user-edit.php | |
| parent | 93053f4309be3c418840659e287852cd66f05748 (diff) | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@341 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/user-edit.php')
| -rw-r--r-- | wp-inst/wp-admin/user-edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/user-edit.php b/wp-inst/wp-admin/user-edit.php index fe04926..ad20eda 100644 --- a/wp-inst/wp-admin/user-edit.php +++ b/wp-inst/wp-admin/user-edit.php @@ -43,7 +43,7 @@ $errors = array(); if (!current_user_can('edit_users')) $errors['head'] = __('You do not have permission to edit this user.'); else - $errors = update_user($user_id); + $errors = edit_user($user_id); if(count($errors) == 0) { if( is_site_admin() ) |
