aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/defaultprofile.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-19 15:13:13 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-19 15:13:13 +0000
commit47475737ced41c30946a2d9113d0d359c157474b (patch)
tree7c251914b923cc886129e467f052672993ae1a33 /mod/profile/defaultprofile.php
parent6546d603093ed257b6aff7e2cbcb8c7a8f52a930 (diff)
downloadelgg-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 'mod/profile/defaultprofile.php')
-rw-r--r--mod/profile/defaultprofile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/defaultprofile.php b/mod/profile/defaultprofile.php
index 7b7000ae7..75848d402 100644
--- a/mod/profile/defaultprofile.php
+++ b/mod/profile/defaultprofile.php
@@ -44,7 +44,7 @@
$listing .= "<div class=\"contentWrapper resetdefaultprofile\">" . elgg_view('input/form',
array(
'body' => elgg_view('input/submit', array('value' => elgg_echo('profile:resetdefault'))),
- 'action' => $CONFIG->wwwroot . 'actions/profile/editdefault/reset'
+ 'action' => $CONFIG->wwwroot . 'action/profile/editdefault/reset'
)
) . "</div>";