aboutsummaryrefslogtreecommitdiff
path: root/views/default/core/account/login_walled_garden.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/core/account/login_walled_garden.php')
-rw-r--r--views/default/core/account/login_walled_garden.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/core/account/login_walled_garden.php b/views/default/core/account/login_walled_garden.php
index dbb9f866f..57c3c31d7 100644
--- a/views/default/core/account/login_walled_garden.php
+++ b/views/default/core/account/login_walled_garden.php
@@ -5,7 +5,7 @@
* @todo still requires clean up
*/
-$reg_url = elgg_normalize_url('pg/register/');
+$reg_url = elgg_normalize_url('register');
$forgot_url = elgg_normalize_url('pages/account/forgotten_password.php');
$cancel_button = elgg_view('input/button', array(
'value' => elgg_echo('cancel'),