[Pkg-owncloud-commits] [owncloud] 68/111: one tab less
David Prévot
taffit at moszumanska.debian.org
Wed Nov 20 21:38:43 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 385a296864b9993988c3750ed0939de6481458a7
Author: Frank Karlitschek <frank at owncloud.org>
Date: Mon Nov 18 12:19:16 2013 +0100
one tab less
---
lib/private/installer.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/installer.php b/lib/private/installer.php
index 91a1df7..9b49543 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)) {
--
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