Skip to content

Commit

Permalink
Merge branch 'master' into typo3v12
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasNilsson authored Aug 16, 2024
2 parents b2b67f3 + c314eec commit e611db7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Classes/Feed/Update/BaseUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ protected function downloadImage(string $url, Configuration $configuration): ?Fi
$downloadFolder = $storage->getFolder($folderPath);
}

$baseUrl = explode('?', basename($url), 2);
$filename = md5($baseUrl[0]);
$filename = md5($url);

$file = $downloadFolder->getFile($filename);
if ($file == null) {
Expand Down
5 changes: 4 additions & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
'author_email' => '[email protected]',
'author_company' => 'Pixelant',
'state' => 'stable',
'version' => '4.0.0',
'version' => '4.0.0',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
Expand Down

0 comments on commit e611db7

Please sign in to comment.