From fcddfb6adf70a3df974ce8f54cc905fe659973e6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 25 May 2020 09:03:40 +0200 Subject: [PATCH] Remove duplicated code (cherry picked from commit 9ce7162a045b8544977d78bf3268694861f79380) --- system/init.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/init.php b/system/init.php index 9242fe61..25d28f26 100644 --- a/system/init.php +++ b/system/init.php @@ -194,9 +194,6 @@ else { } unset($query); - if($cache->enabled()) { - $cache->set('towns', serialize($towns), 600); - } } else { $towns = config('towns');