From 4770c3564f2ebf2dbe0723c466a2366799a15d84 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 10 Jun 2013 12:32:21 -0700 Subject: [PATCH] Fix cache flushing --- CRM/Utils/PseudoConstant.php | 1 + 1 file changed, 1 insertion(+) 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(); } } -- 2.25.1