From 70620b96bc61997adcc5c4b347c5745c303f79b2 Mon Sep 17 00:00:00 2001 From: vdumas Date: Fri, 26 Mar 2021 16:05:56 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"N=C2=B0463=20-=20Load=20localized=20Q?= =?UTF-8?q?uery=20Phrases=20at=20Setup=20(2)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6b5cbfb6 --- setup/xmldataloader.class.inc.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup/xmldataloader.class.inc.php b/setup/xmldataloader.class.inc.php index 6197becd03..5f609a1833 100644 --- a/setup/xmldataloader.class.inc.php +++ b/setup/xmldataloader.class.inc.php @@ -165,9 +165,12 @@ class XMLDataLoader */ protected function ClearKeysCache() { - if (is_file($this->m_sCacheFileName)) { + if(is_file($this->m_sCacheFileName)) + { unlink($this->m_sCacheFileName); - } else { + } + else + { //echo "

Hm, it looks like the file does not exist!!!

"; } $this->m_aKeys = array();