mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix typo
This commit is contained in:
parent
2b99ee4758
commit
4f6bf89f52
@ -97,7 +97,7 @@ class filemanager_admin extends filemanager_ui
|
||||
Vfs::$is_root = true;
|
||||
Vfs::mkdir($path);
|
||||
Vfs::chgrp($path, 'Admins');
|
||||
Vfs::chown($path, 075);
|
||||
Vfs::chmod($path, 075);
|
||||
$msg = Vfs::mount($url, $path) ?
|
||||
lang('Successful mounted %1 on %2.',$url,$path) : lang('Error mounting %1 on %2!',$url,$path);
|
||||
Vfs::$is_root = $backup;
|
||||
|
Loading…
Reference in New Issue
Block a user