From 63bfc7d6c0e7194e075522ce9a1fa3e5bba07a43 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 6 Jul 2010 17:20:43 +0000 Subject: [PATCH 1/1] resetting more filters in each upgrade --- lib/upgradelib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/upgradelib.php b/lib/upgradelib.php index a36f3c981b9..7331698e84c 100644 --- a/lib/upgradelib.php +++ b/lib/upgradelib.php @@ -1318,6 +1318,7 @@ function core_tables_exist() { * @return void */ function upgrade_reset_caches() { + reset_text_filters_cache(); js_reset_all_caches(); theme_reset_all_caches(); get_string_manager()->reset_caches(); -- 2.43.0