]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Thread.php
Applied change from PR #10763
[friendica.git] / src / Object / Thread.php
index 7d59759a0da861ae3bbfbd91de9fcc0a7acf05c8..a2504a2ad170385ec9ba9bf4638bf5b5db249634 100644 (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();