fix not being able to mount /etemplates (no mount button), once it was unmounted and there are modified templates

This commit is contained in:
Ralf Becker 2015-05-27 14:39:54 +00:00
parent 01860bc469
commit cffc879f04

View File

@ -202,7 +202,8 @@ 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('\EGroupware\Stylite\Vfs\Merge\StreamWrapper') || egw_vfs::file_exists('/etemplates') ||
$readonlys['etemplates'] = !class_exists('\EGroupware\Stylite\Vfs\Merge\StreamWrapper') ||
($fs_tab=egw_vfs::mount($url)) && isset($fs_tab['/etemplates']) ||
!isset($GLOBALS['egw_info']['user']['apps']['admin']);
//_debug_array($content);