(NFC) Set _log and _table_name variables to be public
[civicrm-core.git] / CRM / Core / DAO / AddressFormat.php
index e1cb8f7061f69820cd41409eb1133ced8f56d191..d9286653a4931fb438b5e5891fe2a688ac8bce25 100644 (file)
@@ -19,14 +19,14 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO {
    *
    * @var string
    */
-  static $_tableName = 'civicrm_address_format';
+  public static $_tableName = 'civicrm_address_format';
 
   /**
    * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var bool
    */
-  static $_log = FALSE;
+  public static $_log = FALSE;
 
   /**
    * Address Format Id