From: kurund Date: Tue, 13 Aug 2013 22:42:11 +0000 (+0530) Subject: notice fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=169be3c19fc6e929029cfede0c48cd77be11ea32;p=civicrm-core.git notice fixes --- diff --git a/CRM/Event/Form/Registration.php b/CRM/Event/Form/Registration.php index ca96ddec56..35e760257f 100644 --- a/CRM/Event/Form/Registration.php +++ b/CRM/Event/Form/Registration.php @@ -1078,7 +1078,7 @@ WHERE v.option_group_id = g.id * @return array $optionsCount, array of each option w/ count total. * @access public */ - function getPriceSetOptionCount(&$form) { + public static function getPriceSetOptionCount(&$form) { $params = $form->get('params'); $priceSet = $form->get('priceSet'); $priceSetId = $form->get('priceSetId');