aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/start.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-04-16 11:52:37 -0400
committerBrett Profitt <brett.profitt@gmail.com>2011-04-16 11:52:37 -0400
commit309dff2bf948ab191ccb1e8d4a777e49ad498820 (patch)
tree813350181be64e239287c0bb587a3a49320a49b7 /mod/profile/start.php
parent119ec1f1425ab77ed29c696d99c0c80df3886791 (diff)
parent2b2afd98c05139c1a5c25f1752e2bb412e26e335 (diff)
downloadelgg-309dff2bf948ab191ccb1e8d4a777e49ad498820.tar.gz
elgg-309dff2bf948ab191ccb1e8d4a777e49ad498820.tar.bz2
Merge branch 'master' of github.com:Elgg/Elgg
Diffstat (limited to 'mod/profile/start.php')
-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 cc4c74fb2..d91b66371 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -29,7 +29,7 @@ function profile_init() {
// Register a page handler, so we can have nice URLs
elgg_register_page_handler('profile', 'profile_page_handler');
- elgg_extend_view('html_head/extend', 'profile/metatags');
+ elgg_extend_view('page/elements/head', 'profile/metatags');
elgg_extend_view('css/elgg', 'profile/css');
elgg_extend_view('js/elgg', 'profile/js');