@@ -138,7 +138,7 @@ |
||
138 | 138 | } |
139 | 139 | $parameter = [ |
140 | 140 | 'type' => 'file', |
141 | - 'id' => (string)$subjectParams['id'], |
|
141 | + 'id' => (string) $subjectParams['id'], |
|
142 | 142 | 'name' => basename($subjectParams['path']), |
143 | 143 | 'path' => trim($subjectParams['path'], '/'), |
144 | 144 | 'link' => $this->url->linkToRouteAbsolute('files.viewcontroller.showFile', ['fileid' => $subjectParams['id']]), |