diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-11-18 12:19:16 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-11-18 12:19:16 +0100 |
commit | 385a296864b9993988c3750ed0939de6481458a7 (patch) | |
tree | 721e68150f9b852667967820c755e5691f7290b0 /lib/private/installer.php | |
parent | e5994f9c1ac93fec60b6798abf2f98c102370847 (diff) | |
download | nextcloud-server-385a296864b9993988c3750ed0939de6481458a7.tar.gz nextcloud-server-385a296864b9993988c3750ed0939de6481458a7.zip |
one tab less
Diffstat (limited to 'lib/private/installer.php')
-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)) { |