Fix another bug
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user