@@ -201,7 +201,7 @@ |
||
201 | 201 | throw new \Exception('Files with that extension are not editable. Allowed extensions are: ' . $extList, 1476050135); |
202 | 202 | } |
203 | 203 | |
204 | - $fullIdentifier= $this->fileObject->getCombinedIdentifier(); |
|
204 | + $fullIdentifier = $this->fileObject->getCombinedIdentifier(); |
|
205 | 205 | $returnUrl = (string)$this->uriBuilder->buildUriFromRoute('file_edit', ['target' => $fullIdentifier]); |
206 | 206 | |
207 | 207 | // Making the formfields |