mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
c5b6ab5ddc
Previously group bulk actions were handled by prepending _act in the value of the input, and then using a custom function that accessed $_GET and $_POST to determine which was pressed. This was refactored in favor of the more standard method of using optional_param.