Skip to content

Commit 1ac359d

Browse files
committed
Fix OCM validation errors
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 parent e0946a1 commit 1ac359d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/Federation/Exceptions/BadRequestException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getReturnMessage() {
6565
];
6666

6767
foreach ($this->parameterList as $missingParameter) {
68-
$result['validationErrors'] = [
68+
$result['validationErrors'][] = [
6969
'name' => $missingParameter,
7070
'message' => 'NOT_FOUND'
7171
];

0 commit comments

Comments
 (0)