mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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
f1e0cc90d7
commit
be5dd5435b
@ -489,7 +489,7 @@ function load_wrapper($url)
|
|||||||
// get eGW's __autoload() function
|
// get eGW's __autoload() function
|
||||||
include_once(EGW_API_INC.'/common_functions.inc.php');
|
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");
|
die("Unknown scheme '$scheme' in $url !!!\n\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user