We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b3e0a commit 63c079cCopy full SHA for 63c079c
lib/private/Files/Config/UserMountCache.php
@@ -353,6 +353,7 @@ private function getCacheInfoFromFileId($fileId): array {
353
* @since 9.0.0
354
*/
355
public function getMountsForFileId($fileId, $user = null) {
356
+ $fileId = (int)$fileId;
357
try {
358
[$storageId, $internalPath] = $this->getCacheInfoFromFileId($fileId);
359
} catch (NotFoundException $e) {
0 commit comments