From 60fbd9685136528e0869927bce5dbeb1f00b073a Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sat, 17 Jan 2015 03:41:52 -0800 Subject: [PATCH] CRM/Event/Form/ManageEvent/Registration.php - Fix static usage warning --- CRM/Event/Form/ManageEvent/Registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1