Completed
Push — master ( 02dc76...7e8f2a )
by Anton
11s
created
application/models/Media/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
         // If file already exists, increment name
195 195
         $originFileName = $fileName;
196 196
         $counter = 0;
197
-        while (file_exists($path .'/'.$fileName.'.'.$fileExt)) {
197
+        while (file_exists($path.'/'.$fileName.'.'.$fileExt)) {
198 198
             $counter++;
199 199
             $fileName = $originFileName.'-'.$counter;
200 200
         }
Please login to merge, or discard this patch.