I consistently get a NOTICE when deleting a registration.
Notice: Undefined property: Registration::$is_new in registration_form_validate() (line 156 of sites/all/modules/contrib/registration/includes/registration.forms.inc).
Screenshot attached.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2013-01-27 at 10.45.22 PM.png | 42.87 KB | rurri |
Comments
Comment #1
rurri commentedChanging the line to the following fixes the error:
if (isset($registration->is_new)) {Comment #2
tstermitzI get the same error, same line number when I edit and try to save the form. The suggested line change fixes the problem for me, also.
Comment #3
tauno commentedFixed in bd3ff3c