one tab less

This commit is contained in:
Frank Karlitschek 2013-11-18 12:19:16 +01:00
parent e5994f9c1a
commit 385a296864
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {