Parcourir la source

Merge remote-tracking branch 'origin/develop'

Olivier Massot il y a 4 ans
Parent
commit
5ec088bfd6
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      ot_admin/Classes/Controller/SiteController.php

+ 3 - 1
ot_admin/Classes/Controller/SiteController.php

@@ -722,7 +722,8 @@ class SiteController extends ActionController
         }
 
         // ## Clear the Typo3 cache for the website
-        OtCacheManager::clearSiteCache($rootUid, true);
+        OtCacheManager::clearAllCache();
+//        OtCacheManager::clearSiteCache($rootUid, true);
 
         return $rootUid;
     }
@@ -1371,6 +1372,7 @@ class SiteController extends ActionController
             $this->addRedirection($originDomain, $newDomain);
         }
 
+        OtCacheManager::clearAllCache();
         return $rootUid;
     }