diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/lib/cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/cache.php b/apps/files_sharing/lib/cache.php index b8ef29e3436..770dc4a6147 100644 --- a/apps/files_sharing/lib/cache.php +++ b/apps/files_sharing/lib/cache.php @@ -66,7 +66,7 @@ class Shared_Cache extends Cache { try { \OC\Files\Filesystem::initMountPoints($source['fileOwner']); } catch(NoUserException $e) { - \OC::$server->getLogger()->logException($e, ['app' => 'files_sharing']); + \OCP\Util::logException('files_sharing', $e); return false; } $mounts = \OC\Files\Filesystem::getMountByNumericId($source['storage']); |