[Pkg-owncloud-commits] [owncloud] 185/394: [files_external] mount filesystems for all users
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:12:00 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.
commit f96405e78adff44081dd703c14e9fa1da426fd4b
Author: Thomas Mueller <thomas.mueller at tmit.eu>
Date: Thu Dec 6 14:56:12 2012 +0100
[files_external] mount filesystems for all users
---
lib/filesystem.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/filesystem.php b/lib/filesystem.php
index f54cc64..38326fe 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -233,7 +233,7 @@ class OC_Filesystem{
if(isset($mountConfig['user'])) {
foreach($mountConfig['user'] as $mountUser=>$mounts) {
- if($user==='all' or strtolower($mountUser)===strtolower($user)) {
+ if($mountUser==='all' or strtolower($mountUser)===strtolower($user)) {
foreach($mounts as $mountPoint=>$options) {
$mountPoint=self::setUserVars($mountPoint, $user);
foreach($options as &$option) {
--
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