resetting more filters in each upgrade
authorPetr Skoda <skodak@moodle.org>
Tue, 6 Jul 2010 17:20:43 +0000 (17:20 +0000)
committerPetr Skoda <skodak@moodle.org>
Tue, 6 Jul 2010 17:20:43 +0000 (17:20 +0000)
lib/upgradelib.php

index a36f3c9..7331698 100644 (file)
@@ -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();