Merge branch 'MDL-36655' of git://github.com/netspotau/moodle-mod_assign
This commit is contained in:
@@ -3966,7 +3966,9 @@ class assign {
|
||||
if (!$last) {
|
||||
$buttonarray[] = $mform->createElement('submit', 'nosaveandnext', get_string('nosavebutnext', 'assign'));
|
||||
}
|
||||
$mform->addGroup($buttonarray, 'navar', '', array(' '), false);
|
||||
if (!empty($buttonarray)) {
|
||||
$mform->addGroup($buttonarray, 'navar', '', array(' '), false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user