6030 - Can't move question categories back to the top level.

This commit is contained in:
tjhunt
2006-07-06 10:07:02 +00:00
parent 8c68b750a8
commit 68f039dedf
+1 -1
View File
@@ -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);