Merge pull request #14365 from eileenmcnaughton/dedupe_move
[civicrm-core.git] / CRM / Core / OptionValue.php
index 7390deb4ce576f6c59162c34fee96883c1c26d86..ed649405cd60d56952bb398b16b3442f32698006 100644 (file)
@@ -37,21 +37,21 @@ class CRM_Core_OptionValue {
    *
    * @var array
    */
-  static $_exportableFields = NULL;
+  public static $_exportableFields = NULL;
 
   /**
    * Static field for all the option value information that we can potentially export.
    *
    * @var array
    */
-  static $_importableFields = NULL;
+  public static $_importableFields = NULL;
 
   /**
    * Static field for all the option value information that we can potentially export.
    *
    * @var array
    */
-  static $_fields = NULL;
+  public static $_fields = NULL;
 
   /**
    * Return option-values of a particular group