modif comtabilite

This commit is contained in:
2019-01-16 16:23:31 +01:00
parent 6b741a9666
commit 9312edc3ae
1844 changed files with 158848 additions and 55874 deletions
@@ -63,7 +63,7 @@ class Taxonomylist
$hash = hash('md5', serialize($taxonomylist));
$list = [];
if ($taxonomy = $cache->fetch($hash . 'x')) {
if ($taxonomy = $cache->fetch($hash)) {
return $taxonomy;
} else {
foreach ($taxonomylist as $taxonomyName => $taxonomyValue) {