Completed
Pull Request — master (#5671)
by
unknown
24s
created
src/Form/Field/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
             /*
249 249
              * Dont show upload path/url for security reaseon
250 250
              */
251
-            if(!$this->hidePreview()) {
251
+            if (!$this->hidePreview()) {
252 252
                 $this->attribute('data-initial-preview', $this->preview());
253 253
                 $this->attribute('data-initial-caption', $this->initialCaption($this->value));
254 254
             }
Please login to merge, or discard this patch.