From: cash Date: Wed, 15 Dec 2010 02:57:01 +0000 (+0000) Subject: added friends picker js to notifications plugin - is there a reason it isn't using... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2ce0878606a75a38dd2eef9403a9c94529f46d5f;p=lorea%2Felgg.git added friends picker js to notifications plugin - is there a reason it isn't using the friends picker view? git-svn-id: http://code.elgg.org/elgg/trunk@7630 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/mod/notifications/index.php b/mod/notifications/index.php index e0565959d..c162c34b3 100644 --- a/mod/notifications/index.php +++ b/mod/notifications/index.php @@ -14,6 +14,9 @@ gatekeeper(); set_page_owner(get_loggedin_userid()); +$js_url = elgg_view_get_simplecache_url('js', 'friendsPickerv1'); +elgg_register_js($js_url, 'friendsPicker'); + // Set the context to settings elgg_set_context('settings');