[Pkg-owncloud-commits] [owncloud] 12/258: Add missing 'personal' mount configuration option
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:15 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 617636d5a7c3d854970a3857701d9544e2394302
Author: Robin McCorkell <rmccorkell at karoshi.org.uk>
Date: Fri Aug 29 09:08:46 2014 +0100
Add missing 'personal' mount configuration option
---
apps/files_external/lib/config.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 934f9a6..14788c1 100755
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -169,6 +169,7 @@ class OC_Mount_Config {
foreach ($options as &$option) {
$option = self::setUserVars($user, $option);
}
+ $options['personal'] = false;
$options['options'] = self::decryptPasswords($options['options']);
if (!isset($options['priority'])) {
$options['priority'] = $backends[$options['class']]['priority'];
--
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