浏览代码

fix cache manager

Olivier Massot 5 年之前
父节点
当前提交
7cb1d366fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ot_templating/Classes/Controller/OtCustomizerController.php

+ 1 - 1
ot_templating/Classes/Controller/OtCustomizerController.php

@@ -105,7 +105,7 @@ class OtCustomizerController extends ActionController {
         ;
 
         // Clear the site's cache
-        CacheManager::clearSiteCache($rootPageUid);
+        OtCacheManager::clearSiteCache($rootPageUid);
 
         $this->forward(
             'index',