mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Make PHP-CS happy
This commit is contained in:
parent
d8ad95ac39
commit
7c058153b5
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ class Browser extends BaseModule
|
|||
|
||||
protected function map_files(array $record): array
|
||||
{
|
||||
[$m1, $m2] = explode('/', $record['filetype']);
|
||||
$filetype = file_exists(sprintf('images/icons/%s.png', $m1) ? $m1 : 'zip');
|
||||
list($m1, $m2) = explode('/', $record['filetype']);
|
||||
$filetype = file_exists(sprintf('images/icons/%s.png', $m1) ? $m1 : 'zip');
|
||||
|
||||
return [
|
||||
sprintf('%s/attach/%s', $this->baseUrl, $record['id']),
|
||||
|
|
Loading…
Reference in a new issue