diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-12 20:08:44 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-12 20:08:44 +0000 |
commit | d4cab20408bcfa394ca978a16e09e6fd84539350 (patch) | |
tree | 1742a815ff4d19adc652f2a00e121e6c27a3472c /mod/notifications/index.php | |
parent | 78f023b3b149e1f1c8c9428162e3b6551145b9e1 (diff) | |
download | elgg-d4cab20408bcfa394ca978a16e09e6fd84539350.tar.gz elgg-d4cab20408bcfa394ca978a16e09e6fd84539350.tar.bz2 |
Refs #3091 rewrote the js and css register functions to require a name
git-svn-id: http://code.elgg.org/elgg/trunk@8668 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications/index.php')
-rw-r--r-- | mod/notifications/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/index.php b/mod/notifications/index.php index f970dfc32..30ee1b74b 100644 --- a/mod/notifications/index.php +++ b/mod/notifications/index.php @@ -14,7 +14,7 @@ gatekeeper(); set_page_owner(elgg_get_logged_in_user_guid()); $js_url = elgg_get_simplecache_url('js', 'friendsPickerv1'); -elgg_register_js($js_url, 'friendsPicker'); +elgg_register_js('friendsPicker', $js_url); // Set the context to settings elgg_set_context('settings'); |