From 7c50ab46c94b1daf51b590ed294cde7009162f3f Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 18 Apr 2017 13:34:20 +1200 Subject: [PATCH] Fix visibility typo --- CRM/Upgrade/Snapshot/V4p2/Price/DAO/SetEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Snapshot/V4p2/Price/DAO/SetEntity.php b/CRM/Upgrade/Snapshot/V4p2/Price/DAO/SetEntity.php index 5ab117a985..453445c09f 100644 --- a/CRM/Upgrade/Snapshot/V4p2/Price/DAO/SetEntity.php +++ b/CRM/Upgrade/Snapshot/V4p2/Price/DAO/SetEntity.php @@ -131,7 +131,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO { * * @return array */ - pubic static function &fields() { + public static function &fields() { if (!(self::$_fields)) { self::$_fields = array( 'id' => array( -- 2.25.1