mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
partial revert of PHP 8.1 installation fix, as it breaks VFS WebDAV access
This commit is contained in:
parent
2188791540
commit
9077583170
@ -69,7 +69,7 @@ use HTTP_WebDAV_Server;
|
||||
*/
|
||||
class Vfs extends Vfs\Base
|
||||
{
|
||||
const PREFIX = 'vfs://default'; // using the original definition sometimes gives an autoloading error: Vfs\StreamWrapper::PREFIX;
|
||||
const PREFIX = Vfs\StreamWrapper::PREFIX;
|
||||
|
||||
/**
|
||||
* Name of the lock table
|
||||
|
Loading…
Reference in New Issue
Block a user