From: Tim Otten Date: Sat, 17 Jan 2015 11:41:52 +0000 (-0800) Subject: CRM/Event/Form/ManageEvent/Registration.php - Fix static usage warning X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=60fbd9685136528e0869927bce5dbeb1f00b073a;p=civicrm-core.git CRM/Event/Form/ManageEvent/Registration.php - Fix static usage warning --- diff --git a/CRM/Event/Form/ManageEvent/Registration.php b/CRM/Event/Form/ManageEvent/Registration.php index 72640c0a1b..8bb87d01f8 100644 --- a/CRM/Event/Form/ManageEvent/Registration.php +++ b/CRM/Event/Form/ManageEvent/Registration.php @@ -730,7 +730,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent * @param int $rgId * @return bool */ - public function canProfilesDedupe($profileIds, $rgId = 0) { + public static function canProfilesDedupe($profileIds, $rgId = 0) { // find the unsupervised rule