MDL-27824 course categories: Added @todo comments to remove the temporary fix

This commit is contained in:
Rossiani Wijaya 2012-09-11 16:17:22 +08:00
parent 98068e1d8c
commit 08af002921

View File

@ -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 {