From ed063396330dd8b9d07d211920fe28c8a2a0b925 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 15 Feb 2011 21:17:52 +0000 Subject: Fixes #2923: Removed "view" prefix from simplecache function names git-svn-id: http://code.elgg.org/elgg/trunk@8260 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/notifications/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/notifications') diff --git a/mod/notifications/index.php b/mod/notifications/index.php index a0235632d..f970dfc32 100644 --- a/mod/notifications/index.php +++ b/mod/notifications/index.php @@ -13,7 +13,7 @@ gatekeeper(); set_page_owner(elgg_get_logged_in_user_guid()); -$js_url = elgg_view_get_simplecache_url('js', 'friendsPickerv1'); +$js_url = elgg_get_simplecache_url('js', 'friendsPickerv1'); elgg_register_js($js_url, 'friendsPicker'); // Set the context to settings -- cgit v1.2.3