aboutsummaryrefslogtreecommitdiffstats
path: root/include/ConversationObject.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-29 20:47:56 -0700
committerfriendica <info@friendica.com>2012-10-29 20:47:56 -0700
commitf608373d084eea8d34adc48ef50c7392903b51be (patch)
tree9fea00c3b0e8cc621a751be0954bda506fc3f988 /include/ConversationObject.php
parent1a6415807ebf9ae859134c99eb64a90d7363747a (diff)
downloadvolse-hubzilla-f608373d084eea8d34adc48ef50c7392903b51be.tar.gz
volse-hubzilla-f608373d084eea8d34adc48ef50c7392903b51be.tar.bz2
volse-hubzilla-f608373d084eea8d34adc48ef50c7392903b51be.zip
fixing broken things again after the latest round of ripping out the yellow slime and replacing it with red slime.
Diffstat (limited to 'include/ConversationObject.php')
-rw-r--r--include/ConversationObject.php2
1 files changed, 1 insertions, 1 deletions
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;