Fix wrong indentation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
62826ae018
commit
f1031e1e24
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue