Merge pull request #3775 from colemanw/file
[civicrm-core.git] / CRM / Utils / PseudoConstant.php
index 92efe7e0d4b80ea17d2bd035d51f88192eab002a..3cdeb9b71c01826661865a1177fd52d57f21dab4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -155,5 +155,6 @@ class CRM_Utils_PseudoConstant {
     foreach (self::findConstants() as $constant) {
       self::flushConstant($constant);
     }
+    CRM_Core_PseudoConstant::flush();
   }
 }