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.
2 parents e8cfbd9 + a0834a6 commit d55dc1aCopy full SHA for d55dc1a
1 file changed
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