PHP-Error behoben wenn versucht wird Suchanfragen über Caldav Schnittstelle

auszuführen
This commit is contained in:
Andreas Österreicher
2018-09-14 15:54:18 +02:00
parent 1cea25a6f3
commit c32f9b6b5a
+1 -1
View File
@@ -233,6 +233,6 @@ class MySabre_DAVACL_PrincipalBackend implements \Sabre\DAVACL\PrincipalBackend\
public function searchPrincipals($prefixPath,array $searchProperties)
{
throw new \Sabre\DAV\Exceptin('Not implemented');
throw new \Sabre\DAV\Exception('Not implemented');
}
}