mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
quiz editing: Remove unnecessary TODO.
This commit is contained in:
parent
6f030b0f84
commit
35a51f44e2
@ -83,7 +83,6 @@ if ($currenttab == 'edit' and isset($mode)) {
|
||||
$streditingquiz = get_string("editinga", "moodle", $strquiz);
|
||||
|
||||
if (has_capability('mod/quiz:manage', $context) && $contexts->have_one_edit_tab_cap('editq')) {
|
||||
//TODO: ensure that removing get_query_string here won't hurt
|
||||
$row[] = new tabobject('editq', "$CFG->wwwroot/mod/quiz/edit.php?cmid=$cm->id", $stredit, $streditingquiz);
|
||||
$row[] = new tabobject('reorder', "$CFG->wwwroot/mod/quiz/edit.php?reordertool=1&cmid=$cm->id", get_string('orderandpaging','quiz'), $streditingquiz);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user