aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
authorAri Selseng <ari@selseng.net>2019-03-04 15:02:15 +0100
committerAri Selseng <ari@selseng.net>2019-03-04 15:02:15 +0100
commit1ac9a9a1bb0dc6c2d5746cfd4298c185e1267f78 (patch)
tree7114043f4c7b45f5b829930de1e182d4f522a3c6 /apps/files_external/lib
parent3218e0f70de6ad5b4ec6de00f693b2bbbd22f9d7 (diff)
downloadnextcloud-server-1ac9a9a1bb0dc6c2d5746cfd4298c185e1267f78.tar.gz
nextcloud-server-1ac9a9a1bb0dc6c2d5746cfd4298c185e1267f78.zip
Correct log attribute
Signed-off-by: Ari Selseng <ari@selseng.net>
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/Command/Notify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Command/Notify.php b/apps/files_external/lib/Command/Notify.php
index e3ec2e874ae..556687e6930 100644
--- a/apps/files_external/lib/Command/Notify.php
+++ b/apps/files_external/lib/Command/Notify.php
@@ -51,7 +51,7 @@ class Notify extends Base {
/** @var \OCP\DB\QueryBuilder\IQueryBuilder */
private $updateQuery;
/** @var ILogger */
- private $log;
+ private $logger;
function __construct(GlobalStoragesService $globalService, IDBConnection $connection, ILogger $logger) {
parent::__construct();