Update messages.po

This commit is contained in:
Philipp 2022-11-27 01:36:31 +01:00
parent 012f486eb6
commit 29190fae73
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 80 additions and 77 deletions

View file

@ -89,7 +89,7 @@ class Browser extends BaseModule
protected function map_files(array $record): array
{
[$m1, $m2] = explode('/', $record['filetype']);
list($m1, $m2) = explode('/', $record['filetype']);
$filetype = file_exists(sprintf('images/icons/%s.png', $m1) ? $m1 : 'text');
return [