Remove duplicate profile_uid key in App->profile array
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user