[Pkg-owncloud-commits] [owncloud] 05/24: Update installer.php
David Prévot
taffit at moszumanska.debian.org
Wed Sep 2 13:30:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.7RC1
in repository owncloud.
commit a34a683ef1d88441f8048a0c2103e192ee3a7a2a
Author: michag86 <micha_g at arcor.de>
Date: Mon Aug 10 10:34:44 2015 +0200
Update installer.php
---
lib/private/installer.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/private/installer.php b/lib/private/installer.php
index a497f58..7ba4144 100644
--- a/lib/private/installer.php
+++ b/lib/private/installer.php
@@ -92,6 +92,7 @@ class OC_Installer{
$extractDir .= '/' . $info['id'];
if(!file_exists($extractDir)) {
+ OC_Helper::rmdirr($basedir);
throw new \Exception($l->t("Archive does not contain a directory named %s", $info['id']));
}
OC_Helper::copyr($extractDir, $basedir);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list