MDL-27824 course categories: Added @todo comments to remove the temporary fix
This commit is contained in:
@@ -42,6 +42,7 @@ $sesskey = optional_param('sesskey', '', PARAM_RAW);
|
||||
|
||||
// MDL-27824 - This is a temporary fix until we have the proper
|
||||
// way to check/initialize $CFG value.
|
||||
// @todo MDL-35138 remove this temporary solution
|
||||
if (isset($CFG->coursesperpage)) {
|
||||
$defaultperpage = $CFG->coursesperpage;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user