fix only show WebDAV autoindex, instead of filemanager GUI for sharing directories

This commit is contained in:
Ralf Becker 2016-05-30 12:39:23 +02:00
parent 53026a61be
commit 1b8bc32f54

View File

@ -320,7 +320,7 @@ class Sharing
// or unsupported browsers like ie < 10
Api\Header\UserAgent::type() == 'msie' && Api\Header\UserAgent::version() < 10.0 ||
// or if no filemanager installed (WebDAV has own autoindex)
!file_exists(__DIR__.'/../../filemanager/inc/class.filemanager_ui.inc.php'));
!file_exists(__DIR__.'/../../../filemanager/inc/class.filemanager_ui.inc.php'));
}
/**