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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorapmole <64109265+apmole@users.noreply.github.com>2021-01-25 15:57:26 +0300
committerGitHub <noreply@github.com>2021-01-25 15:57:26 +0300
commite7921097adae9a37e7dd09aa3ee1d29caed861d9 (patch)
treec9f4a1c46b2e5f7984cae9cba46b90493acf8426
parentd03e960911c5316ecc6610a4243e8a3b8eef7bde (diff)
Update PreGenerate.php
fix indentation
-rw-r--r--lib/Command/PreGenerate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/PreGenerate.php b/lib/Command/PreGenerate.php
index e772912..b08b35e 100644
--- a/lib/Command/PreGenerate.php
+++ b/lib/Command/PreGenerate.php
@@ -173,8 +173,8 @@ class PreGenerate extends Command {
return;
}
- \OC_Util::tearDownFS();
- \OC_Util::setupFS($row['uid']);
+ \OC_Util::tearDownFS();
+ \OC_Util::setupFS($row['uid']);
try {
$userFolder = $this->rootFolder->getUserFolder($user->getUID());