@@ -35,7 +35,7 @@ |
||
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 |