mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
fixed fatal error caused by HTTP_WebDAV_Server moved
This commit is contained in:
parent
075fb8156d
commit
2ad6957c73
@ -1585,6 +1585,10 @@ class egw_vfs extends vfs_stream_wrapper
|
||||
}
|
||||
if (!$token)
|
||||
{
|
||||
if (strpos(ini_get('include_path'), EGW_API_INC) === false)
|
||||
{
|
||||
ini_set('include_path', EGW_API_INC.PATH_SEPARATOR.ini_get('include_path'));
|
||||
}
|
||||
require_once('HTTP/WebDAV/Server.php');
|
||||
$token = HTTP_WebDAV_Server::_new_locktoken();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user