typo from previous commit fixed

This commit is contained in:
Björn Schießle 2012-10-18 17:12:30 +02:00
parent 2499c24b8b
commit 65b0824d35
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}