From 7300e4f1add2e941a73e97aaa99b2ce44be3840e Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 8 Jun 2021 07:44:16 +0200 Subject: [PATCH] Cleaning unused variable --- system/template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/template.php b/system/template.php index 2b38045a..72ae3792 100644 --- a/system/template.php +++ b/system/template.php @@ -80,6 +80,7 @@ else { } $template_ini = parse_ini_file($file); + unset($file); if ($cache->enabled()) { $cache->set('template_ini_' . $template_name, serialize($template_ini));