Skip to content
Snippets Groups Projects
Commit 65b0824d authored by Björn Schießle's avatar Björn Schießle
Browse files

typo from previous commit fixed

parent 2499c24b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment