Fix group_id

This commit is contained in:
James Brooks 2015-01-05 15:22:32 +00:00
parent 723fce1ee4
commit 9578b81066

View File

@ -166,7 +166,7 @@ class DashComponentController extends Controller
$_group = Binput::get('group');
if (!isset($_group['group_id'])) {
$_group = null;
$_group['group_id'] = 0;
}
$group = ComponentGroup::create($_group);