From f608373d084eea8d34adc48ef50c7392903b51be Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Oct 2012 20:47:56 -0700 Subject: fixing broken things again after the latest round of ripping out the yellow slime and replacing it with red slime. --- include/ConversationObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ConversationObject.php') diff --git a/include/ConversationObject.php b/include/ConversationObject.php index d9a3974eb..6448cd632 100644 --- a/include/ConversationObject.php +++ b/include/ConversationObject.php @@ -38,7 +38,7 @@ class Conversation extends BaseObject { $this->profile_owner = local_user(); $this->writable = true; break; - case 'profile': + case 'channel': $this->profile_owner = $a->profile['profile_uid']; $this->writable = can_write_wall($a,$this->profile_owner); break; -- cgit v1.2.3