diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-15 21:17:52 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-15 21:17:52 +0000 |
commit | ed063396330dd8b9d07d211920fe28c8a2a0b925 (patch) | |
tree | 32f1f02d0d1c232ae99c87935cbe051a1e513fc4 /engine/lib/actions.php | |
parent | 704f111bc362b3dd5b1553d2bcea46ef675537d2 (diff) | |
download | elgg-ed063396330dd8b9d07d211920fe28c8a2a0b925.tar.gz elgg-ed063396330dd8b9d07d211920fe28c8a2a0b925.tar.bz2 |
Fixes #2923: Removed "view" prefix from simplecache function names
git-svn-id: http://code.elgg.org/elgg/trunk@8260 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/actions.php')
-rw-r--r-- | engine/lib/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |