]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Thread.php
ReWork Notification Model/Module/Object/Repository/Factory
[friendica.git] / src / Object / Thread.php
index f88dee2c41262357e266b706fb6b581aa173e232..0d0def06120927c00b57f664b9494316b2af2cd4 100644 (file)
@@ -61,7 +61,7 @@ class Thread
                                $this->writable = true;
                                break;
                        case 'profile':
-                               $this->profile_owner = $a->profile['profile_uid'];
+                               $this->profile_owner = $a->profile['uid'];
                                $this->writable = Security::canWriteToUserWall($this->profile_owner);
                                break;
                        case 'display':