-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.5.1
-
MOODLE_25_STABLE
-
MDL-41468_master -
-
This is due to submit button param "action" which only accepts PARAM_ALPHA.
(We had/have this issue across Moodle with non-English languages)
CHanging:
$action = optional_param('action', '', PARAM_ALPHA);
|
To:
$action = optional_param('action', '', PARAM_RAW);
|
Fixes this issue.
- duplicates
-
MDL-41485 Do not use string as value for action buttons in calendar manage subscriptions page
- Closed
- has been marked as being related by
-
MDL-35202 Unable to set a new grade or update old grade when using the new Assignment type (Assign) while in Hebrew UI
- Closed
- is duplicated by
-
MDL-41680 Remove subscription from calendar He (RTL) lang - no response
- Closed
- will be (partly) resolved by
-
MDL-41485 Do not use string as value for action buttons in calendar manage subscriptions page
- Closed