aboutsummaryrefslogtreecommitdiff
path: root/engine/handlers/cache_handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/handlers/cache_handler.php')
-rw-r--r--engine/handlers/cache_handler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/handlers/cache_handler.php b/engine/handlers/cache_handler.php
index d41977cb0..05c35171b 100644
--- a/engine/handlers/cache_handler.php
+++ b/engine/handlers/cache_handler.php
@@ -9,7 +9,7 @@
* The simplest way to maintain a unique identifier is to use the lastcache
* variable in Elgg's config object.
*
- * @see elgg_view_register_simplecache()
+ * @see elgg_register_simplecache_view()
*
* @package Elgg.Core
* @subpackage Cache
@@ -85,7 +85,7 @@ if (file_exists($filename)) {
// someone trying to access a non-cached file or a race condition with cache flushing
mysql_close($mysql_dblink);
require_once(dirname(dirname(__FILE__)) . "/start.php");
- elgg_view_regenerate_simplecache();
+ elgg_regenerate_simplecache();
elgg_set_viewtype($viewtype);
$contents = elgg_view($view);