Completed
Pull Request — master (#13)
by satoru
02:12
created
src/Controller/ContentsFileController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             Configure::write('ContentsFile.Setting.S3.fileDir', Configure::read('ContentsFile.Setting.S3.fileDir') . '/');
36 36
         }
37 37
         if (!preg_match('#/$#', Configure::read('ContentsFile.Setting.S3.workingDir'))) {
38
-            Configure::write('ContentsFile.Setting.S3.workingDir', Configure::read('ContentsFile.Setting.S3.workingDir'). '/');
38
+            Configure::write('ContentsFile.Setting.S3.workingDir', Configure::read('ContentsFile.Setting.S3.workingDir') . '/');
39 39
         }
40 40
     }
41 41
 
Please login to merge, or discard this patch.