mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Fixing bug #2479 (parent courses showing in meta course search)
This commit is contained in:
parent
084247d3f5
commit
6cc75c99f4
@ -89,6 +89,8 @@
|
||||
$alreadycourses = array();
|
||||
}
|
||||
|
||||
$alreadycourses[$course->id] = $course; // this should take the currrent course out of the search results.
|
||||
|
||||
$numcourses = 0;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user