From 9bbf347e58c951a2624012119467bf2e6d2e65aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 18 Aug 2016 10:51:32 +0200 Subject: [PATCH] fix typo --- apps/files_external/lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 3af3dc6a7fb3..8047f5c1ddb1 100644 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -220,7 +220,7 @@ public static function getBackendStatus($class, $options, $isPersonal, $testOnly return StorageNotAvailableException::STATUS_SUCCESS; } foreach ($options as $key => $option) { - $option[$key] = self::setUserVars(OCP\User::getUser(), $option); + $options[$key] = self::setUserVars(OCP\User::getUser(), $option); } if (class_exists($class)) { try {