[Pkg-owncloud-commits] [owncloud] 15/134: don't create files folder, let ownCloud core handle it
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:43:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c02c815603094d29044be4ac9347b6ff0a6bf8cd
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Wed Mar 5 12:44:02 2014 +0100
don't create files folder, let ownCloud core handle it
---
apps/files_encryption/lib/util.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index d7f50f5..de6bfef 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -133,7 +133,6 @@ class Util {
// Set directories to check / create
$setUpDirs = array(
$this->userDir,
- $this->userFilesDir,
$this->publicKeyDir,
$this->encryptionDir,
$this->keyfilesPath,
--
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