This commit is contained in:
James Brooks
2016-03-25 18:11:14 +00:00
parent 99a5a85248
commit 7f65e1e48c

View File

@@ -303,7 +303,7 @@ class ComponentController extends Controller
$group = dispatch(new UpdateComponentGroupCommand(
$group,
Binput::get('name'),
Binput::get('order', 0),
$group->order,
Binput::get('collapsed')
));
} catch (ValidationException $e) {