mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-55739 course: more whitespace
This commit is contained in:
parent
c7ecbc9e3d
commit
55e8426f73
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class core_course_modlib_testcase extends advanced_testcase {
|
|||
$expecteddata->tags = core_tag_tag::get_item_tags_array('core', 'course_modules', $assigncm->id);
|
||||
$expecteddata->availabilityconditionsjson = null;
|
||||
$expecteddata->advancedgradingmethod_submissions = null;
|
||||
if ($items = grade_item::fetch_all(array('itemtype' => 'mod', 'itemmodule' => 'assign',
|
||||
if ($items = grade_item::fetch_all(array('itemtype' => 'mod', 'itemmodule' => 'assign',
|
||||
'iteminstance' => $assign->id, 'courseid' => $course->id))) {
|
||||
// set category if present
|
||||
$gradecat = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue