From 97486ebe0953722f6efa78d8f74ba0078db35d84 Mon Sep 17 00:00:00 2001 From: ginkgoMZD Date: Mon, 19 Jan 2015 16:02:37 -0500 Subject: [PATCH] make function static to stop strict warnings and reflect how it is actually used; --- 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 95f4e5c67a..ee6cecba0c 100644 --- a/CRM/Event/Form/ManageEvent/Registration.php +++ b/CRM/Event/Form/ManageEvent/Registration.php @@ -733,7 +733,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent * @return boolean */ - function canProfilesDedupe($profileIds, $rgId = 0) { + public static function canProfilesDedupe($profileIds, $rgId = 0) { // find the unsupervised rule -- 2.25.1