diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-16 12:52:01 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-16 12:52:01 +0000 |
commit | 254d24bef4f9bc84da8496f4014e65763bdcffd9 (patch) | |
tree | 2aaa32d649f24c6b8f3f12bdbc7ec4f52a1a4470 /mod/profile/views | |
parent | 7c4ba8ffa30cfdedd254e0946f1351619ad9f190 (diff) | |
download | elgg-254d24bef4f9bc84da8496f4014e65763bdcffd9.tar.gz elgg-254d24bef4f9bc84da8496f4014e65763bdcffd9.tar.bz2 |
theme updates
git-svn-id: https://code.elgg.org/elgg/trunk@2761 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views')
-rw-r--r-- | mod/profile/views/default/profile/userdetails.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php index 58baa66e3..2ecfc9bd6 100644 --- a/mod/profile/views/default/profile/userdetails.php +++ b/mod/profile/views/default/profile/userdetails.php @@ -63,7 +63,7 @@ ?>
<p class="profile_info_edit_buttons">
- <a href="<?php echo $vars['url']; ?>mod/profile/edit.php?username=<?php echo $vars['entity']->username; ?>"><?php echo elgg_echo("profile:editdetails"); ?></a>
+ <a href="<?php echo $vars['url']; ?>mod/profile/edit.php"><?php echo elgg_echo("profile:edit"); ?></a>
</p>
<?php
|