mirror of
https://github.com/friendica/friendica
synced 2025-04-22 01:10:13 +00:00
Update messages.po
This commit is contained in:
parent
012f486eb6
commit
29190fae73
2 changed files with 80 additions and 77 deletions
|
@ -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 [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue