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 --- engine/lib/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/actions.php') diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 4538eda0b..26611e2d8 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -357,7 +357,7 @@ function elgg_action_exist($action) { function actions_init() { elgg_register_action('security/refreshtoken', '', 'public'); - elgg_view_register_simplecache('js/languages/en'); + elgg_register_simplecache_view('js/languages/en'); elgg_register_plugin_hook_handler('action', 'all', 'ajax_action_hook'); elgg_register_plugin_hook_handler('forward', 'all', 'ajax_forward_hook'); -- cgit v1.2.3