mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Cleaning unused variable
This commit is contained in:
parent
9b84532e57
commit
7300e4f1ad
@ -80,6 +80,7 @@ else {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$template_ini = parse_ini_file($file);
|
$template_ini = parse_ini_file($file);
|
||||||
|
unset($file);
|
||||||
|
|
||||||
if ($cache->enabled()) {
|
if ($cache->enabled()) {
|
||||||
$cache->set('template_ini_' . $template_name, serialize($template_ini));
|
$cache->set('template_ini_' . $template_name, serialize($template_ini));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user