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

github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/OutputService.php')
-rw-r--r--lib/Service/OutputService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/OutputService.php b/lib/Service/OutputService.php
index ece023e..5cd1a9c 100644
--- a/lib/Service/OutputService.php
+++ b/lib/Service/OutputService.php
@@ -112,7 +112,7 @@ class OutputService {
$file = $appDataRootWrapper->getNode('/' . $point->getId() . '/' . $point->getId() . '.log');
} catch (NotFoundException $e) {
try {
- $file = $appDataRootWrapper->newFile('/' . $point->getId() . '/' . $point->getId() . '.log', '');
+ $file = $appDataRootWrapper->newFile('/' . $point->getId() . '/' . $point->getId() . '.log');
$new = true;
} catch (NotPermittedException $e) {
return;