|
@@ -60,7 +60,7 @@ discard block |
|
|
block discarded – undo |
|
60
|
60
|
* Lets try the multibucket fallback if available |
|
61
|
61
|
*/ |
|
62
|
62
|
if ($this->isMultibucketPreviewDistributionEnabled) { |
|
63
|
|
- return parent::getFolder('old-multibucket/' . $internalFolder); |
|
|
63
|
+ return parent::getFolder('old-multibucket/'.$internalFolder); |
|
64
|
64
|
} |
|
65
|
65
|
|
|
66
|
66
|
// when there is no further fallback just throw the exception |
|
@@ -82,6 +82,6 @@ discard block |
|
|
block discarded – undo |
|
82
|
82
|
} |
|
83
|
83
|
|
|
84
|
84
|
public static function getInternalFolder(string $name): string { |
|
85
|
|
- return implode('/', str_split(substr(md5($name), 0, 7))) . '/' . $name; |
|
|
85
|
+ return implode('/', str_split(substr(md5($name), 0, 7))).'/'.$name; |
|
86
|
86
|
} |
|
87
|
87
|
} |
Please login to merge, or discard this patch.