Fix visibility on legacy functions
authoreileen <emcnaughton@wikimedia.org>
Mon, 23 Jan 2017 23:39:10 +0000 (12:39 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 23 Jan 2017 23:39:10 +0000 (12:39 +1300)
CRM/Upgrade/Snapshot/V4p2/Price/DAO/Field.php
CRM/Upgrade/Snapshot/V4p2/Price/DAO/FieldValue.php
CRM/Upgrade/Snapshot/V4p2/Price/DAO/LineItem.php
CRM/Upgrade/Snapshot/V4p2/Price/DAO/Set.php
CRM/Upgrade/Snapshot/V4p2/Price/DAO/SetEntity.php

index 97b4d71668bc3fe1818ad866d4c60f0c410fa9fe..2296225e888a5dbe200dce0452679bfe497c72b0 100644 (file)
@@ -208,7 +208,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_Field extends CRM_Core_DAO {
    *
    * @return array
    */
-  static function &fields() {
+  public static function &fields() {
     if (!(self::$_fields)) {
       self::$_fields = array(
         'id' => array(
index 7fb4d7a4269ec3218392a7dfa8fcc292a5605e1d..22b3fa669187c8199eb4ec49cf8037f768d4e790 100644 (file)
@@ -180,7 +180,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_FieldValue extends CRM_Core_DAO {
    *
    * @return array
    */
-  static function &fields() {
+  public static function &fields() {
     if (!(self::$_fields)) {
       self::$_fields = array(
         'id' => array(
index d907461ccce52b849db863d4f833f17278b2e795..a73956f06768e8e8199aa2fa474902f95b519444 100644 (file)
@@ -168,7 +168,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_LineItem extends CRM_Core_DAO {
    *
    * @return array
    */
-  static function &fields() {
+  public static function &fields() {
     if (!(self::$_fields)) {
       self::$_fields = array(
         'id' => array(
index bc99b2614b8cbc9875c7c0d03dd6e0854446555a..4cac29ac9e150f476067dabe31ac3aaf951354de 100644 (file)
@@ -180,7 +180,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_Set extends CRM_Core_DAO {
    *
    * @return array
    */
-  static function &fields() {
+  public static function &fields() {
     if (!(self::$_fields)) {
       self::$_fields = array(
         'id' => array(
index 9307764d2f3627a147d7abf950b8e736ae561813..5ab117a985c966a9e835f6deb72f60558c1b8fd2 100644 (file)
@@ -131,7 +131,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
    *
    * @return array
    */
-  static function &fields() {
+  pubic static function &fields() {
     if (!(self::$_fields)) {
       self::$_fields = array(
         'id' => array(