From: Coleman Watts Date: Mon, 10 Jun 2013 19:32:21 +0000 (-0700) Subject: Fix cache flushing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4770c3564f2ebf2dbe0723c466a2366799a15d84;p=civicrm-core.git Fix cache flushing --- diff --git a/CRM/Utils/PseudoConstant.php b/CRM/Utils/PseudoConstant.php index 92efe7e0d4..112f40d524 100644 --- 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(); } }