Skip to content
Snippets Groups Projects
Commit f3c19d72 authored by Victor Dubiniuk's avatar Victor Dubiniuk
Browse files

Merge pull request #4071 from owncloud/fix_return_value_search_principals

OC_Connector_Sabre_Principal::searchPrincipals - return empty array instead of 0
parents 57d17827 f1e939e1
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