Fix usage of cache on all lang files
This commit is contained in:
parent
ad26792ed8
commit
bb83d21a1b
@ -215,11 +215,7 @@ class Translate {
|
|||||||
$this->tab_translate=array_merge($this->tab_translate,$tmparray);
|
$this->tab_translate=array_merge($this->tab_translate,$tmparray);
|
||||||
//print $newdomain."\n";
|
//print $newdomain."\n";
|
||||||
//var_dump($this->tab_translate);
|
//var_dump($this->tab_translate);
|
||||||
if ($alt == 2)
|
if ($alt == 2) $fileread=1;
|
||||||
{
|
|
||||||
$this->tab_loaded[$newdomain]=3; // Set this file as loaded from cache
|
|
||||||
$fileread=1;
|
|
||||||
}
|
|
||||||
$found=true; // Found in dolibarr PHP cache
|
$found=true; // Found in dolibarr PHP cache
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user