diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/installer.php b/lib/private/installer.php index 91a1df7e3c4..9b49543c3fb 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -158,7 +158,7 @@ class OC_Installer{ OC_Helper::rmdirr($extractDir); throw new \Exception($l->t("App can't be installed because the version in info.xml/version is not the same as the version reported from the app store")); } - + $basedir=OC_App::getInstallPath().'/'.$info['id']; //check if the destination directory already exists if(is_dir($basedir)) { |