mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
6030 - Can't move question categories back to the top level. Merged from MOODLE_16_STABLE.
This commit is contained in:
parent
84a9db331f
commit
68d07f8b01
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
$qcobject->move_category_up_down('down', $param->movedown);
|
$qcobject->move_category_up_down('down', $param->movedown);
|
||||||
} else if (!empty($param->hide)) {
|
} else if (!empty($param->hide)) {
|
||||||
$qcobject->publish_category(false, $param->hide);
|
$qcobject->publish_category(false, $param->hide);
|
||||||
} else if (!empty($param->move) and !empty($param->moveto)) {
|
} else if (!empty($param->move)) {
|
||||||
$qcobject->move_category($param->move, $param->moveto);
|
$qcobject->move_category($param->move, $param->moveto);
|
||||||
} else if (!empty($param->publish)) {
|
} else if (!empty($param->publish)) {
|
||||||
$qcobject->publish_category(true, $param->publish);
|
$qcobject->publish_category(true, $param->publish);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue