From 2ce0878606a75a38dd2eef9403a9c94529f46d5f Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 15 Dec 2010 02:57:01 +0000 Subject: 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 --- mod/notifications/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/notifications/index.php') 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'); -- cgit v1.2.3