mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed not shown [Mount /etemplates] button in trunk
This commit is contained in:
parent
21a48297bb
commit
ee4997632a
@ -200,7 +200,7 @@ class filemanager_admin extends filemanager_ui
|
||||
'everyone' => lang('Everyone'),
|
||||
);
|
||||
// show [Mount /etemplates] button for admin, if not already mounted and available
|
||||
$readonlys['etemplates'] = !class_exists('stylite_merge_stream_wrapper') || egw_vfs::file_exists('/etemplates') ||
|
||||
$readonlys['etemplates'] = !class_exists('\EGroupware\Stylite\Vfs\Merge\StreamWrapper') || egw_vfs::file_exists('/etemplates') ||
|
||||
!isset($GLOBALS['egw_info']['user']['apps']['admin']);
|
||||
//_debug_array($content);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user