From 65b0824d35db1e2288250533d8ea5fa820055ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= 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 e4e63cee48..8afef05083 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); }