Fix another bug

This commit is contained in:
James Brooks
2019-07-12 10:41:55 +01:00
parent b0b0883ae1
commit 3807a6b3bb

View File

@@ -85,7 +85,7 @@ class ComponentController extends AbstractApiController
Binput::get('group_id'),
(bool) Binput::get('enabled', true),
Binput::get('meta'),
Binput::get('tags'),
Binput::get('tags')
));
} catch (QueryException $e) {
throw new BadRequestHttpException();