Skip to content
Snippets Groups Projects
Commit e6197a49 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix: comment all cache clean after page update to prevent analytics cache deletion

parent eb70bb4f
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ class PageModel extends Model ...@@ -45,7 +45,7 @@ class PageModel extends Model
// Clear the cache of all podcast and episode pages // Clear the cache of all podcast and episode pages
// TODO: change the logic of page caching to prevent clearing all cache every time // TODO: change the logic of page caching to prevent clearing all cache every time
cache()->clean(); // cache()->clean();
return $data; return $data;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment