(NFC) Set _log and _table_name variables to be public
[civicrm-core.git] / CRM / Financial / DAO / FinancialType.php
index 516fe493e83301965f1bf0ea594ce2d9e6f2abb4..611c7b6506bde657f1bab0d05a7cedf4abb6b79c 100644 (file)
@@ -19,14 +19,14 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
    *
    * @var string
    */
-  static $_tableName = 'civicrm_financial_type';
+  public static $_tableName = 'civicrm_financial_type';
 
   /**
    * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var bool
    */
-  static $_log = TRUE;
+  public static $_log = TRUE;
 
   /**
    * ID of original financial_type so you can search this table by the financial_type.id and then select the relevant version based on the timestamp