mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 06:06:51 +01:00
All $cache->set calls should have $ttl
This commit is contained in:
@@ -95,7 +95,7 @@ else {
|
||||
unset($file);
|
||||
|
||||
if ($cache->enabled()) {
|
||||
$cache->set('template_ini_' . $template_name, serialize($template_ini));
|
||||
$cache->set('template_ini_' . $template_name, serialize($template_ini), 10 * 60);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user