diff options
Diffstat (limited to 'actions/user/name.php')
-rw-r--r-- | actions/user/name.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/user/name.php b/actions/user/name.php index acf83ab49..c3e79d725 100644 --- a/actions/user/name.php +++ b/actions/user/name.php @@ -19,7 +19,7 @@ if (!$user_id) { if (elgg_strlen($name) > 50) { register_error(elgg_echo('user:name:fail')); - forward($_SERVER['HTTP_REFERER']); + forward(REFERER); } if (($user) && ($user->canEdit()) && ($name)) { |