mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 12:33:27 +02:00
All $cache->set calls should have $ttl
This commit is contained in:
@@ -83,7 +83,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