Skip to content

Commit

Permalink
#8
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbarkowsky committed Jan 26, 2022
1 parent 32a3cef commit d21ae01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function onTinyCompressImagesButtonCallback(array $row, ?string $href, st
/** @var FilesModel $fileAdapter */
$fileAdapter = $this->framework->getAdapter(FilesModel::class);

$file = $fileAdapter->findByPath($row['id']);
$file = $fileAdapter->findByPath(rawurldecode($row['id']));

if (!$file instanceof FilesModel) {
return '';
Expand Down

0 comments on commit d21ae01

Please sign in to comment.