From 08af0029210c68ec48660ca9e54b80dfe9f0353d Mon Sep 17 00:00:00 2001 From: Rossiani Wijaya Date: Tue, 11 Sep 2012 16:17:22 +0800 Subject: [PATCH] MDL-27824 course categories: Added @todo comments to remove the temporary fix --- course/category.php | 1 + 1 file changed, 1 insertion(+) diff --git a/course/category.php b/course/category.php index f04494edb5e..1bda2380415 100644 --- a/course/category.php +++ b/course/category.php @@ -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 {