X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fcore.php;h=7e3fd854373a8dc57ca4d838d539c7ad6f396842;hb=c426670b7737f934c347fbbe2749b71d1c227f02;hp=f9b429de7b229d4304480f9ba56a76debf4119f9;hpb=40b79bfc4a940747b434d9611601007d7026b473;p=platal.git diff --git a/modules/core.php b/modules/core.php index f9b429d..7e3fd85 100644 --- a/modules/core.php +++ b/modules/core.php @@ -112,6 +112,7 @@ class CoreModule extends PLModule $page->clear_compiled_tpl(); PlWikiPage::clearCache(); + PlCache::clearAll(); http_redirect(empty($_SERVER['HTTP_REFERER']) ? './' : $_SERVER['HTTP_REFERER']); }