Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2e5eba8
)
resetting more filters in each upgrade
author
Petr Skoda
<skodak@moodle.org>
Tue, 6 Jul 2010 17:20:43 +0000
(17:20 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Tue, 6 Jul 2010 17:20:43 +0000
(17:20 +0000)
lib/upgradelib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/upgradelib.php
b/lib/upgradelib.php
index
a36f3c9
..
7331698
100644
(file)
--- 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();