瀏覽代碼

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
         // Clear the site's cache
-        CacheManager::clearSiteCache($rootPageUid);
+        OtCacheManager::clearSiteCache($rootPageUid);
 
 
         $this->forward(
         $this->forward(
             'index',
             'index',