Skip to content

Commit 77f9fe1

Browse files
committed
fixup! feat(IUserFolder): add a user folder class
Signed-off-by: Côme Chilliet <[email protected]>
1 parent 818e95c commit 77f9fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/Node/UserFolder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function getUserQuota(bool $useCache = true): array {
8585
'total' => $total,
8686
];
8787
$memcache->set($this->getPath(), $info, 5 * 60);
88-
88+
8989
return $info;
9090
}
9191

0 commit comments

Comments
 (0)