Skip to content

Commit

Permalink
6030 - Can't move question categories back to the top level. Merged f…
Browse files Browse the repository at this point in the history
…rom MOODLE_16_STABLE.
  • Loading branch information
tjhunt committed Jul 6, 2006
1 parent 84a9db3 commit 68d07f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/category.php
Expand Up @@ -86,7 +86,7 @@
$qcobject->move_category_up_down('down', $param->movedown);
} else if (!empty($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);
} else if (!empty($param->publish)) {
$qcobject->publish_category(true, $param->publish);
Expand Down

0 comments on commit 68d07f8

Please sign in to comment.