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