Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/documentservice.php')
-rw-r--r--lib/documentservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/documentservice.php b/lib/documentservice.php
index ea193b2..f3c751d 100644
--- a/lib/documentservice.php
+++ b/lib/documentservice.php
@@ -432,7 +432,7 @@ class DocumentService {
$convertedFileUri = $this->GetConvertedUri($fileUrl, "docx", "docx", "check_" . rand());
if (strcmp($convertedFileUri, $fileUrl) === 0) {
- $this->logger->debug("GetConvertedUri skipped", ["app" => $this->appName]);
+ $logger->debug("GetConvertedUri skipped", ["app" => $this->appName]);
}
} catch (\Exception $e) {