mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
PHP-Error behoben wenn versucht wird Suchanfragen über Caldav Schnittstelle
auszuführen
This commit is contained in:
@@ -233,6 +233,6 @@ class MySabre_DAVACL_PrincipalBackend implements \Sabre\DAVACL\PrincipalBackend\
|
|||||||
|
|
||||||
public function searchPrincipals($prefixPath,array $searchProperties)
|
public function searchPrincipals($prefixPath,array $searchProperties)
|
||||||
{
|
{
|
||||||
throw new \Sabre\DAV\Exceptin('Not implemented');
|
throw new \Sabre\DAV\Exception('Not implemented');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user