diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-03 21:20:22 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-03 21:20:22 -0700 |
commit | d18427a522a212dceae85a95c304fef8bca721b2 (patch) | |
tree | 6b27608fe96ad31d57ff86daea8cc121039ffdeb /Zotlabs/Widget/Cdav.php | |
parent | 48063fa5ef93e4e6880553fd4f9831cbc9ef4ef1 (diff) | |
download | volse-hubzilla-d18427a522a212dceae85a95c304fef8bca721b2.tar.gz volse-hubzilla-d18427a522a212dceae85a95c304fef8bca721b2.tar.bz2 volse-hubzilla-d18427a522a212dceae85a95c304fef8bca721b2.zip |
revert using channel_hash for cdav until we figure out how to do so cleanly
Diffstat (limited to 'Zotlabs/Widget/Cdav.php')
-rw-r--r-- | Zotlabs/Widget/Cdav.php | 2 |
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; |