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:
37d2819
)
Fix cache flushing
author
Coleman Watts
<coleman@civicrm.org>
Mon, 10 Jun 2013 19:32:21 +0000
(12:32 -0700)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 10 Jun 2013 19:32:21 +0000
(12:32 -0700)
CRM/Utils/PseudoConstant.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/PseudoConstant.php
b/CRM/Utils/PseudoConstant.php
index 92efe7e0d4b80ea17d2bd035d51f88192eab002a..112f40d524986f655dc6dffe738a91b6e7c0e550 100644
(file)
--- a/
CRM/Utils/PseudoConstant.php
+++ b/
CRM/Utils/PseudoConstant.php
@@
-155,5
+155,6
@@
class CRM_Utils_PseudoConstant {
foreach (self::findConstants() as $constant) {
self::flushConstant($constant);
}
+ CRM_Core_PseudoConstant::flush();
}
}