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