Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 4.1.0
-
Fix Version/s: Unscheduled
-
Component/s: Core CiviCRM
-
Labels:None
Description
At least one of the buildQuickForm methods makes extensive use of $this and thus cannot be converted to a static method.
Therefore, the attached patch converts all calls to buildQuickForm() from static to non-static.
Breaking this into a sub-task because it is large, and because it causes various other errors that I have not been able to resolve yet.