From b1bd3f1fe51a98d695a39c3b735e758ba2a323ee Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 22 Jul 2019 13:00:03 +0200 Subject: Fix wrong indentation Signed-off-by: Daniel Kesselberg --- apps/files_external/lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_external/lib/config.php') 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) { -- cgit v1.2.3