aboutsummaryrefslogtreecommitdiff
path: root/mod/profile
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile')
-rw-r--r--mod/profile/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index 8ef304cc2..9f4e37b6d 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -88,7 +88,7 @@ function profile_page_handler($page) {
* @return string User URL
*/
function profile_url($user) {
- return elgg_get_site_url() . "pg/profile/" . $user->username;
+ return elgg_get_site_url() . "profile/" . $user->username;
}
/**