Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.2

Bug #16717 SubFormFB not constructed
Submitted: 2009-10-20 19:17 UTC
From: saltybeagle Assigned:
Status: Open Package: DB_DataObject_FormBuilder (version 1.0.0)
PHP Version: 5.3.0 OS: N/A
Roadmaps: (Not assigned)    
Subscription  


 [2009-10-20 19:17 UTC] saltybeagle (Brett Bieber)
Description: ------------ In PHP 5.3.0 the SubFormFB object is not constructed correctly because parent constructors that are not named __construct are not called automatically. This results in Call to undefined method HTML_QuickForm_SubFormFB::HTML_QuickForm_SubFormFB() The class just needs an appropriate backwards-compatible constructor. http://code.google.com/p/unl-event-publisher/source/diff?spec=svn1137&r=1137&format=side&path=/standalone/trunk/includes/pear/DB/DataObject/FormBuilder/QuickForm/SubFormFB.php

Comments