summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-17 10:23:04 +0100
committerJoas Schilling <coding@schilljs.com>2017-03-17 10:23:04 +0100
commitbd97b7d13049abbc74668b5455857e745a45f75e (patch)
treed1f102e49580a5a6ecd12f192fc4816f53a350b3 /apps
parent377fdf3860e317b68392c678fa25e081251baecc (diff)
downloadnextcloud-server-bd97b7d13049abbc74668b5455857e745a45f75e.tar.gz
nextcloud-server-bd97b7d13049abbc74668b5455857e745a45f75e.zip
Use DI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/lib/MountProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/MountProvider.php b/apps/files_sharing/lib/MountProvider.php
index 93f85a888b0..5e2426ecc76 100644
--- a/apps/files_sharing/lib/MountProvider.php
+++ b/apps/files_sharing/lib/MountProvider.php
@@ -182,7 +182,7 @@ class MountProvider implements IMountProvider {
// such issue can usually happen when dealing with
// null groups which usually appear with group backend
// caching inconsistencies
- \OC::$server->getLogger()->debug(
+ $this->logger->debug(
'Could not adjust share target for share ' . $share->getId() . ' to make it consistent: ' . $e->getMessage(),
['app' => 'files_sharing']
);