summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module
index 3854c5966..18ff15b82 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -647,7 +647,7 @@ function user_register($edit = array()) {
}
function user_edit($edit = array()) {
- global $REQUEST_URI, $HTTP_HOST, $themes, $user;
+ global $REQUEST_URI, $HTTP_HOST, $themes, $user, $languages;
if ($user->uid) {
if ($edit["name"]) {