From 65b0824d35db1e2288250533d8ea5fa820055ece Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= <schiessle@owncloud.com>
Date: Thu, 18 Oct 2012 17:12:30 +0200
Subject: [PATCH] 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 e4e63cee486..8afef050832 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);
 							}
-- 
GitLab