Merge pull request #14949 from owncloud/sabre-2.1.3

Update sabre-2.1.3 thirdparty submodule
This commit is contained in:
Lukas Reschke 2015-03-24 23:16:57 +01:00
commit ec12f5e019
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 08b820614ae99477d7c9319630f400d22b20e2fd
Subproject commit 244f75dc8d4552bb73a4aa93a1c6eeafdeb801d8

View file

@ -177,9 +177,10 @@ class Principal implements \Sabre\DAVACL\PrincipalBackend\BackendInterface {
/**
* @param string $uri
* @param string $principalPrefix
* @return string
*/
function findByUri($uri) {
function findByUri($uri, $principalPrefix) {
return '';
}
}