зеркало из https://github.com/nextcloud/forms.git
remove unused variable
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Родитель
b155fc0aeb
Коммит
26cebe1f3d
|
@ -1112,7 +1112,6 @@ class ApiController extends OCSController {
|
||||||
|
|
||||||
// Insert new submission
|
// Insert new submission
|
||||||
$this->submissionMapper->insert($submission);
|
$this->submissionMapper->insert($submission);
|
||||||
$submissionId = $submission->getId();
|
|
||||||
|
|
||||||
// Ensure the form is unique if needed.
|
// Ensure the form is unique if needed.
|
||||||
// If we can not submit anymore then the submission must be unique
|
// If we can not submit anymore then the submission must be unique
|
||||||
|
|
Загрузка…
Ссылка в новой задаче