one tab less

remotes/origin/stable6
Frank Karlitschek 11 years ago
parent e5994f9c1a
commit 385a296864
  1. 2
      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)) {

Loading…
Cancel
Save