mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 16:36:11 +01:00
Remove strtolower
This commit is contained in:
parent
e490feae93
commit
fbf9d55985
1 changed files with 2 additions and 4 deletions
|
@ -547,11 +547,9 @@ class DestinationDataImportService {
|
||||||
|
|
||||||
$orgFileUrl = urldecode($media_object['url']);
|
$orgFileUrl = urldecode($media_object['url']);
|
||||||
$orgFileNameSanitized = $this->storage->sanitizeFileName(
|
$orgFileNameSanitized = $this->storage->sanitizeFileName(
|
||||||
strtolower(
|
|
||||||
basename(
|
basename(
|
||||||
urldecode($media_object['url'])
|
urldecode($media_object['url'])
|
||||||
)
|
)
|
||||||
)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->logger->info('File attached:' . $orgFileUrl);
|
$this->logger->info('File attached:' . $orgFileUrl);
|
||||||
|
|
Loading…
Reference in a new issue