소스 검색

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',