mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
Add space after cast
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
d7f0e5c147
commit
4eee8aa118
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class FavoriteProvider implements IProvider {
|
|||
}
|
||||
$parameter = [
|
||||
'type' => 'file',
|
||||
'id' => (string)$subjectParams['id'],
|
||||
'id' => (string) $subjectParams['id'],
|
||||
'name' => basename($subjectParams['path']),
|
||||
'path' => trim($subjectParams['path'], '/'),
|
||||
'link' => $this->url->linkToRouteAbsolute('files.viewcontroller.showFile', ['fileid' => $subjectParams['id']]),
|
||||
|
|
|
|||
Loading…
Reference in a new issue