diff options
Diffstat (limited to 'lib/private/Command/FileAccess.php')
-rw-r--r-- | lib/private/Command/FileAccess.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Command/FileAccess.php b/lib/private/Command/FileAccess.php index 1a2e52c457b..edad7882ef9 100644 --- a/lib/private/Command/FileAccess.php +++ b/lib/private/Command/FileAccess.php @@ -25,7 +25,7 @@ namespace OC\Command; use OCP\IUser; trait FileAccess { - protected function setupFS(IUser $user){ + protected function setupFS(IUser $user) { \OC_Util::setupFS($user->getUID()); } |