mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 22:08:45 +01:00
fix PHP Fatal error: require_once(): Failed opening required HTTP/WebDAV/Server.php, caused by it's new location
This commit is contained in:
parent
d315939ea5
commit
7c1d0dfdf1
@ -1663,11 +1663,7 @@ class Vfs extends Vfs\StreamWrapper
|
||||
}
|
||||
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');
|
||||
require_once(__DIR__.'/WebDAV/Server.php');
|
||||
$token = HTTP_WebDAV_Server::_new_locktoken();
|
||||
}
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user