Skip to content

Commit

Permalink
Fix property namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Dec 23, 2016
1 parent ae076d8 commit 1657932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/Avatars/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function propFind(PropFind $propFind, INode $node) {
if ($node instanceof IPrincipal) {
$principalUrl = $node->getPrincipalUrl();

$propFind->handle('{http://owncloud.org}avatar-home', function() use ($principalUrl) {
$propFind->handle('{http://owncloud.org/ns}avatar-home', function() use ($principalUrl) {

$avatarHome = $this->getAvatarHome($principalUrl);
if (is_null($avatarHome)) {
Expand Down

0 comments on commit 1657932

Please sign in to comment.