mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Revert "N°463 - Load localized Query Phrases at Setup (2)"
This reverts commit 6b5cbfb6
This commit is contained in:
@@ -165,9 +165,12 @@ class XMLDataLoader
|
|||||||
*/
|
*/
|
||||||
protected function ClearKeysCache()
|
protected function ClearKeysCache()
|
||||||
{
|
{
|
||||||
if (is_file($this->m_sCacheFileName)) {
|
if(is_file($this->m_sCacheFileName))
|
||||||
|
{
|
||||||
unlink($this->m_sCacheFileName);
|
unlink($this->m_sCacheFileName);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
//echo "<p>Hm, it looks like the file does not exist!!!</p>";
|
//echo "<p>Hm, it looks like the file does not exist!!!</p>";
|
||||||
}
|
}
|
||||||
$this->m_aKeys = array();
|
$this->m_aKeys = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user