return empty array instead of 0

remotes/origin/stable6
Georg Ehrke 12 years ago
parent f2639d6269
commit 63791e2d8d
  1. 2
      lib/connector/sabre/principal.php

@ -121,6 +121,6 @@ class OC_Connector_Sabre_Principal implements Sabre_DAVACL_IPrincipalBackend {
}
function searchPrincipals($prefixPath, array $searchProperties) {
return 0;
return array();
}
}

Loading…
Cancel
Save