projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32e66a
)
CRM-13909 rebuild word replacement on clear cache
author
Brian Shaughnessy
<brian@lcdservices.biz>
Wed, 4 Dec 2013 21:46:22 +0000
(16:46 -0500)
committer
Brian Shaughnessy
<brian@lcdservices.biz>
Wed, 4 Dec 2013 21:46:22 +0000
(16:46 -0500)
CRM/Core/Invoke.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Invoke.php
b/CRM/Core/Invoke.php
index 221504f2101f2219bed378200553cc19ca0ae627..516845ff4c8878b5ad1a44240e8125050d455c19 100644
(file)
--- a/
CRM/Core/Invoke.php
+++ b/
CRM/Core/Invoke.php
@@
-494,6
+494,9
@@
class CRM_Core_Invoke {
// also cleanup module permissions
$config->cleanupPermissions();
+ // also rebuild word replacement cache
+ CRM_Core_BAO_WordReplacement::rebuild();
+
CRM_Core_BAO_Setting::updateSettingsFromMetaData();
CRM_Core_Resources::singleton()->resetCacheCode();