aboutsummaryrefslogtreecommitdiff
path: root/mod/profile
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-23 22:23:19 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-23 22:23:19 +0000
commit84ba687ada81314480bbcd0f0c1883bfcaac3f20 (patch)
treea9b0ed83c012bbd0517ba209fd474a6bbe3f9c5e /mod/profile
parent4ba95f6d9b85746a5fdae7e9847f096d7d223f02 (diff)
downloadelgg-84ba687ada81314480bbcd0f0c1883bfcaac3f20.tar.gz
elgg-84ba687ada81314480bbcd0f0c1883bfcaac3f20.tar.bz2
Fixes #2270 - deprecates metatags view and replaces with html_head/extend
git-svn-id: http://code.elgg.org/elgg/trunk@7428 36083f99-b078-4883-b0ff-0f9b5a30f544
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 1ba2e6dc5..c8a83077c 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -40,7 +40,7 @@ function profile_init() {
register_page_handler('iconjs', 'profile_iconjs_handler');
// Add Javascript reference to the page header
- elgg_extend_view('metatags', 'profile/metatags');
+ elgg_extend_view('html_head/extend', 'profile/metatags');
elgg_extend_view('css', 'profile/css');
elgg_extend_view('js/initialise_elgg', 'profile/javascript');