From d18427a522a212dceae85a95c304fef8bca721b2 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 3 Jul 2017 21:20:22 -0700 Subject: revert using channel_hash for cdav until we figure out how to do so cleanly --- Zotlabs/Widget/Cdav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Widget/Cdav.php') 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; -- cgit v1.2.3