Merge pull request #1433 from totten/master-validate-messages
[civicrm-core.git] / CRM / Utils / PseudoConstant.php
index 92efe7e0d4b80ea17d2bd035d51f88192eab002a..112f40d524986f655dc6dffe738a91b6e7c0e550 100644 (file)
@@ -155,5 +155,6 @@ class CRM_Utils_PseudoConstant {
     foreach (self::findConstants() as $constant) {
       self::flushConstant($constant);
     }
+    CRM_Core_PseudoConstant::flush();
   }
 }