[Pkg-owncloud-commits] [owncloud] 54/67: typo from previous commit fixed

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:10:44 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.1
in repository owncloud.

commit db3b0b63dafe24c08783dfe56c24617a4c16e37b
Author: Björn Schießle <schiessle at owncloud.com>
Date:   Thu Oct 18 17:12:30 2012 +0200

    typo from previous commit fixed
---
 lib/filesystem.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/filesystem.php b/lib/filesystem.php
index e4e63ce..8afef05 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -214,7 +214,7 @@ class OC_Filesystem{
 				foreach($mountConfig['group'] as $group=>$mounts) {
 					if(OC_Group::inGroup($user,$group)) {
 						foreach($mounts as $mountPoint=>$options) {
-							$mountPoint=self::($mountPoint, $user);
+							$mountPoint=self::setUserVars($mountPoint, $user);
 							foreach($options as &$option) {
 								$option=self::setUserVars($option, $user);
 							}

-- 
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