Skip to content
Snippets Groups Projects
Commit 63791e2d authored by Georg Ehrke's avatar Georg Ehrke
Browse files

return empty array instead of 0

parent f2639d62
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,6 @@ class OC_Connector_Sabre_Principal implements Sabre_DAVACL_IPrincipalBackend {
}
function searchPrincipals($prefixPath, array $searchProperties) {
return 0;
return array();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment