mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 06:36:10 +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']);
|
||||
$orgFileNameSanitized = $this->storage->sanitizeFileName(
|
||||
strtolower(
|
||||
basename(
|
||||
urldecode($media_object['url'])
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
$this->logger->info('File attached:' . $orgFileUrl);
|
||||
|
|
Loading…
Reference in a new issue