1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Fixes #1327 Cron Last Refresh value was being lost when cache was cleared.

This commit is contained in:
Cameron
2016-02-05 18:57:40 -08:00
parent eb3cb3b287
commit 7276be1aeb
2 changed files with 5 additions and 5 deletions

View File

@@ -65,8 +65,8 @@ require_once(realpath(dirname(__FILE__)."/class2.php"));
}
e107::getCache()->CachePageMD5 = '_';
e107::getCache()->set('cronLastLoad',time(),TRUE,FALSE,TRUE);
// e107::getCache()->CachePageMD5 = '_';
@file_put_contents(e_CACHE.'cronLastLoad.php',time());