aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-15 21:17:52 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-15 21:17:52 +0000
commited063396330dd8b9d07d211920fe28c8a2a0b925 (patch)
tree32f1f02d0d1c232ae99c87935cbe051a1e513fc4 /engine/start.php
parent704f111bc362b3dd5b1553d2bcea46ef675537d2 (diff)
downloadelgg-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/start.php')
-rw-r--r--engine/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php
index c65c6dd03..f8c06e10f 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -140,7 +140,7 @@ if (!defined('UPGRADING')) {
$lastupdate = datalist_get("simplecache_lastupdate_$viewtype");
$lastcached = datalist_get("simplecache_lastcached_$viewtype");
if ($lastupdate == 0 || $lastcached < $lastupdate) {
- elgg_view_regenerate_simplecache($viewtype);
+ elgg_regenerate_simplecache($viewtype);
}
// needs to be set for links in html head
$CONFIG->lastcache = $lastcached;