mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
need to use egw_vfs::load_wrapper() to support new filesystem layout in trunk, fixes "Unknown scheme" error in mount
This commit is contained in:
parent
7b7647018d
commit
e2021acb9d
@ -489,7 +489,7 @@ function load_wrapper($url)
|
||||
// get eGW's __autoload() function
|
||||
include_once(EGW_API_INC.'/common_functions.inc.php');
|
||||
|
||||
if (!class_exists(str_replace('.','_',$scheme).'_stream_wrapper'))
|
||||
if (!egw_vfs::load_wrapper($scheme))
|
||||
{
|
||||
die("Unknown scheme '$scheme' in $url !!!\n\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user