method cannot be a protected static when called from CRM/Event/Form/Registration...
authorChristopher J. Wells <chris@redfinsolutions.com>
Tue, 23 May 2017 17:15:55 +0000 (13:15 -0400)
committerChristopher J. Wells <chris@redfinsolutions.com>
Tue, 23 May 2017 17:15:55 +0000 (13:15 -0400)
CRM/Event/Form/Registration/Register.php

index 82a726eb31c81089aa59571bbadcf5bc628bba05..ea1669f1b2483854a6d57b5963bbef6f9d635e4c 100644 (file)
@@ -88,7 +88,7 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
    *
    * @return int|null
    */
-  protected static function getRegistrationContactID($fields, $self, $isAdditional) {
+  static function getRegistrationContactID($fields, $self, $isAdditional) {
 
     $contactID = NULL;
     if (!$isAdditional) {