diff options
Diffstat (limited to 'engine/start.php')
-rw-r--r-- | engine/start.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/start.php b/engine/start.php index d31090427..442222dc8 100644 --- a/engine/start.php +++ b/engine/start.php @@ -141,4 +141,6 @@ if (($installed) && ($db_installed) && !(defined('upgrading') && upgrading == 'u if ($lastupdate == 0 || $lastcached < $lastupdate) { elgg_view_regenerate_simplecache($oldview); } + // needs to be set for links in html head + $CONFIG->lastcache = $lastcached; } |