Fixed course searching; merged from MOODLE_16_STABLE
This commit is contained in:
@@ -43,9 +43,6 @@
|
||||
$adminediting = (isadmin() and $creatorediting);
|
||||
|
||||
} else {
|
||||
if (!$category->visible) {
|
||||
error(get_string('notavailable', 'error'));
|
||||
}
|
||||
$adminediting = false;
|
||||
$creatorediting = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user