diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-19 15:13:13 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-19 15:13:13 +0000 |
commit | 47475737ced41c30946a2d9113d0d359c157474b (patch) | |
tree | 7c251914b923cc886129e467f052672993ae1a33 /views/default/account | |
parent | 6546d603093ed257b6aff7e2cbcb8c7a8f52a930 (diff) | |
download | elgg-47475737ced41c30946a2d9113d0d359c157474b.tar.gz elgg-47475737ced41c30946a2d9113d0d359c157474b.tar.bz2 |
Repointed actions/ to action/ in all views and removed actions/* from the action handler.
git-svn-id: https://code.elgg.org/elgg/trunk@2815 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/account')
-rw-r--r-- | views/default/account/forms/forgotten_password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/account/forms/forgotten_password.php b/views/default/account/forms/forgotten_password.php index 767812759..f794216ab 100644 --- a/views/default/account/forms/forgotten_password.php +++ b/views/default/account/forms/forgotten_password.php @@ -15,5 +15,5 @@ $form_body .= "<p>" . elgg_view('input/submit', array('value' => elgg_echo('request'))) . "</p>"; ?> <div class="contentWrapper"> - <?php echo elgg_view('input/form', array('action' => "{$vars['url']}actions/user/requestnewpassword", 'body' => $form_body)); ?> + <?php echo elgg_view('input/form', array('action' => "{$vars['url']}action/user/requestnewpassword", 'body' => $form_body)); ?> </div>
\ No newline at end of file |