@@ -136,7 +136,7 @@ |
||
| 136 | 136 | $innerPath = substr($innerPath, 0, strrpos($innerPath, '.v')); |
| 137 | 137 | return 'files/' . $innerPath; |
| 138 | 138 | } elseif ($folder === 'thumbnails') { |
| 139 | - [$fileId,] = explode('/', $innerPath, 2); |
|
| 139 | + [$fileId, ] = explode('/', $innerPath, 2); |
|
| 140 | 140 | $innerPath = $storage->getCache()->getPathById($fileId); |
| 141 | 141 | |
| 142 | 142 | if ($innerPath !== null) { |