Passed
Push — development ( 6d01aa...59b91b )
by Nils
04:34
created
sources/upload/upload.attachments.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
 {
165 165
     $imgName   = $data;
166 166
     $indexOFF  = strrpos($imgName, '.');
167
-    $nameFile  = substr($imgName, 0,$indexOFF);
167
+    $nameFile  = substr($imgName, 0, $indexOFF);
168 168
     $extension = substr($imgName, $indexOFF);
169 169
     $clean     = preg_replace("([^\w\s\d\-_~,;\[\]\(\)])", "", 
170 170
     $nameFile);
Please login to merge, or discard this patch.