Fix another bug
This commit is contained in:
@@ -85,7 +85,7 @@ class ComponentController extends AbstractApiController
|
|||||||
Binput::get('group_id'),
|
Binput::get('group_id'),
|
||||||
(bool) Binput::get('enabled', true),
|
(bool) Binput::get('enabled', true),
|
||||||
Binput::get('meta'),
|
Binput::get('meta'),
|
||||||
Binput::get('tags'),
|
Binput::get('tags')
|
||||||
));
|
));
|
||||||
} catch (QueryException $e) {
|
} catch (QueryException $e) {
|
||||||
throw new BadRequestHttpException();
|
throw new BadRequestHttpException();
|
||||||
|
|||||||
Reference in New Issue
Block a user