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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user