Passed
Push — master ( 971a62...a8ebad )
by
unknown
16:27
created
typo3/sysext/filelist/Classes/Controller/File/EditFileController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.