From 4b4514a5902167b9ed81fb57d518877497f0ac3d Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 15 Feb 2019 15:26:21 +0000 Subject: [PATCH] php-style-fix --- lib/private/Setup.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/private/Setup.php b/lib/private/Setup.php index 0bf46705139c..e25dd363bc83 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -388,7 +388,6 @@ public function install($options) { // add the key only if it does not exist (protect against overwriting) if ($apps2Key === false) { - $defaultAppsPaths = [ 'apps_paths' => [ [ @@ -396,14 +395,14 @@ public function install($options) { "url" => "/apps", "writable" => false ], - [ + [ "path" => \OC::$SERVERROOT . '/apps-external', "url" => "/apps-external", "writable" => true ] ] ]; - + $config->setSystemValues($defaultAppsPaths); } @@ -416,7 +415,6 @@ public function install($options) { $config->setSystemValue('installed', true); // finished initial setup - } return $error;