Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.6
-
Fix Version/s: 4.5
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
Description
CRM/Event/Form/Registration/Register.php has a few problems flagged by my IDE:
- $opId is undefined. Looks like a typo and it should have been $optId.
- $pricesetDefaultOptions is undefined
- $customizedGreeting is undefined
- static function formRule references $this (which doesn't exist in a static context)
Can someone who's familiar with what that code is supposed to do take a look?