Make posts on the profile page writable

This commit is contained in:
Michael 2021-09-19 10:53:19 +00:00
parent 24ecf5954c
commit 9c73e49db7
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ class Thread
break;
case 'profile':
$this->profile_owner = $a->getProfileOwner();
$this->writable = Security::canWriteToUserWall($this->profile_owner);
$this->writable = Security::canWriteToUserWall($this->profile_owner) || $writable;
break;
case 'display':
$this->profile_owner = $a->getProfileOwner();