[files_external] mount filesystems for all users

This commit is contained in:
Thomas Mueller 2012-12-06 14:56:12 +01:00
parent 39dbecdc10
commit f96405e78a
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class OC_Filesystem{
if(isset($mountConfig['user'])) {
foreach($mountConfig['user'] as $mountUser=>$mounts) {
if($user==='all' or strtolower($mountUser)===strtolower($user)) {
if($mountUser==='all' or strtolower($mountUser)===strtolower($user)) {
foreach($mounts as $mountPoint=>$options) {
$mountPoint=self::setUserVars($mountPoint, $user);
foreach($options as &$option) {