Skip to content

Commit aefdb09

Browse files
Chartman123Koc
authored andcommitted
Update lib/Controller/ApiController.php
Signed-off-by: Chartman123 <[email protected]>
1 parent 12317de commit aefdb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Controller/ApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ public function insertSubmission(int $formId, array $answers, string $shareHash
11121112

11131113
$this->submissionService->writeFileToCloud($form, $filePath, $fileFormat, $ownerId);
11141114
} catch (NotFoundException $e) {
1115-
$this->logger->notice('Form {formId} linked to a file that doesn't exist anymore', ['formId' => $formId]);
1115+
$this->logger->notice('Form {formId} linked to a file that doesn\'t exist anymore', ['formId' => $formId]);
11161116
}
11171117
}
11181118

0 commit comments

Comments
 (0)