summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/config.php
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2019-07-22 13:00:03 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-07-22 13:00:03 +0200
commitb1bd3f1fe51a98d695a39c3b735e758ba2a323ee (patch)
tree4694719fd33197f85b12dc7a87a95d6e6df380d6 /apps/files_external/lib/config.php
parent98c269be53c1660899bdd357fcdfd87f096a7cdd (diff)
downloadnextcloud-server-b1bd3f1fe51a98d695a39c3b735e758ba2a323ee.tar.gz
nextcloud-server-b1bd3f1fe51a98d695a39c3b735e758ba2a323ee.zip
Fix wrong indentation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'apps/files_external/lib/config.php')
-rw-r--r--apps/files_external/lib/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 5935d117e91..cc417a837fa 100644
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -287,7 +287,7 @@ class OC_Mount_Config {
$result = true;
if(is_array($option)) {
foreach ($option as $optionItem) {
- $result = $result && self::arePlaceholdersSubstituted($optionItem);
+ $result = $result && self::arePlaceholdersSubstituted($optionItem);
}
} else if (is_string($option)) {
if (strpos(rtrim($option, '$'), '$') !== false) {