aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/installer.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-11-18 12:19:16 +0100
committerFrank Karlitschek <frank@owncloud.org>2013-11-18 12:19:16 +0100
commit385a296864b9993988c3750ed0939de6481458a7 (patch)
tree721e68150f9b852667967820c755e5691f7290b0 /lib/private/installer.php
parente5994f9c1ac93fec60b6798abf2f98c102370847 (diff)
downloadnextcloud-server-385a296864b9993988c3750ed0939de6481458a7.tar.gz
nextcloud-server-385a296864b9993988c3750ed0939de6481458a7.zip
one tab less
Diffstat (limited to 'lib/private/installer.php')
-rw-r--r--lib/private/installer.php2
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)) {