FormulasQuestion / moodle-qtype_formulas

Formulas question type for Moodle
17 stars 29 forks source link

PHP 8.2 compatibility: "save and continue editing" fails #134

Closed PhilippImhof closed 7 months ago

PhilippImhof commented 7 months ago

The "save and continue editing" button sets "updatebutton" when submitting the form and due to the way how the old code is organised, that will cause a failure with PHP 8.2.

This PR fixes the problem.