aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Cdav.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-07-04 09:39:48 +0200
committerMario Vavti <mario@mariovavti.com>2017-07-04 09:39:48 +0200
commitbf1a21e46ff9d9b3fa6e889f7b74f7deae1f8526 (patch)
treefa5c58c95394fd017c2c5585595ac4d51a62d63e /Zotlabs/Widget/Cdav.php
parent76850a73404d8366f085765cef850d12b5644f68 (diff)
parentd18427a522a212dceae85a95c304fef8bca721b2 (diff)
downloadvolse-hubzilla-bf1a21e46ff9d9b3fa6e889f7b74f7deae1f8526.tar.gz
volse-hubzilla-bf1a21e46ff9d9b3fa6e889f7b74f7deae1f8526.tar.bz2
volse-hubzilla-bf1a21e46ff9d9b3fa6e889f7b74f7deae1f8526.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Widget/Cdav.php')
-rw-r--r--Zotlabs/Widget/Cdav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Cdav.php b/Zotlabs/Widget/Cdav.php
index 1b33668ad..60a860f93 100644
--- a/Zotlabs/Widget/Cdav.php
+++ b/Zotlabs/Widget/Cdav.php
@@ -11,7 +11,7 @@ class Cdav {
return;
$channel = \App::get_channel();
- $principalUri = 'principals/' . $channel['channel_hash'];
+ $principalUri = 'principals/' . $channel['channel_address'];
if(!cdav_principal($principalUri))
return;