mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 08:50:30 +02:00
MDL-27824 course categories: remove trailing whitespace
This commit is contained in:
@@ -40,7 +40,7 @@ $moveto = optional_param('moveto', 0, PARAM_INT);
|
|||||||
$resort = optional_param('resort', 0, PARAM_BOOL);
|
$resort = optional_param('resort', 0, PARAM_BOOL);
|
||||||
$sesskey = optional_param('sesskey', '', PARAM_RAW);
|
$sesskey = optional_param('sesskey', '', PARAM_RAW);
|
||||||
|
|
||||||
// MDL-27824 - This is a temporary fix until we have the proper
|
// MDL-27824 - This is a temporary fix until we have the proper
|
||||||
// way to check/initialize $CFG value.
|
// way to check/initialize $CFG value.
|
||||||
// @todo MDL-35138 remove this temporary solution
|
// @todo MDL-35138 remove this temporary solution
|
||||||
if (!empty($CFG->coursesperpage)) {
|
if (!empty($CFG->coursesperpage)) {
|
||||||
|
Reference in New Issue
Block a user