Skip to content
Snippets Groups Projects
Unverified Commit b1bd3f1f authored by Daniel Kesselberg's avatar Daniel Kesselberg
Browse files

Fix wrong indentation

parent 98c269be
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment