fixing broken things again after the latest round of ripping out the yellow slime and replacing it with red slime.

This commit is contained in:
friendica
2012-10-29 20:47:56 -07:00
parent 1a6415807e
commit f608373d08
5 changed files with 48 additions and 26 deletions

View File

@@ -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;