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 21f7a8c05..8387f7d1b 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -27,7 +27,7 @@ function profile_init() {
elgg_view_register_simplecache('icon/user/default/master');
// Register a page handler, so we can have nice URLs
- register_page_handler('profile', 'profile_page_handler');
+ elgg_register_page_handler('profile', 'profile_page_handler');
elgg_extend_view('html_head/extend', 'profile/metatags');
elgg_extend_view('css/screen', 'profile/css');