From 1ac9a9a1bb0dc6c2d5746cfd4298c185e1267f78 Mon Sep 17 00:00:00 2001 From: Ari Selseng Date: Mon, 4 Mar 2019 15:02:15 +0100 Subject: [PATCH] Correct log attribute Signed-off-by: Ari Selseng --- apps/files_external/lib/Command/Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/lib/Command/Notify.php b/apps/files_external/lib/Command/Notify.php index e3ec2e874a..556687e693 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();