diff options
author | Ari Selseng <ari@selseng.net> | 2019-03-04 15:02:15 +0100 |
---|---|---|
committer | Ari Selseng <ari@selseng.net> | 2019-03-04 15:02:15 +0100 |
commit | 1ac9a9a1bb0dc6c2d5746cfd4298c185e1267f78 (patch) | |
tree | 7114043f4c7b45f5b829930de1e182d4f522a3c6 /apps/files_external/lib | |
parent | 3218e0f70de6ad5b4ec6de00f693b2bbbd22f9d7 (diff) | |
download | nextcloud-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.php | 2 |
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(); |