Closed pcouchet closed 7 years ago
with omeka 2.2, in file /GuestUser/controllers/UserController.php
line 105 $form->setSubmitButtonText('Update');
setSubmitButtonText is undefined (function to add in /application/forms/User.php or remove this line ??)
Thanks for the report.
Yes, Omeka 2.2 removed that method. The in-development version of Guest User already doesn't make that call anymore.
with omeka 2.2, in file /GuestUser/controllers/UserController.php
line 105 $form->setSubmitButtonText('Update');
setSubmitButtonText is undefined (function to add in /application/forms/User.php or remove this line ??)