fixed not shown [Mount /etemplates] button in trunk

This commit is contained in:
Ralf Becker 2015-04-02 10:16:22 +00:00
parent 21a48297bb
commit ee4997632a

View File

@ -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);