diff --git a/config-dist.php b/config-dist.php index fad1e5ec62e..c34ef3c281f 100644 --- a/config-dist.php +++ b/config-dist.php @@ -281,6 +281,9 @@ $CFG->admin = 'admin'; // // $CFG->emailconnectionerrorsto = 'your@emailaddress.com'; // +// Restore pre-1.6 behaviour where courses could still be available +// even if the category they were in was hidden +// $CFG->allowvisiblecoursesinhiddencategories = true; // // NOTE: if you are using custompix in your theme, see /fixpix.php.