diff options
Diffstat (limited to 'mod/notifications')
-rw-r--r-- | mod/notifications/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |