parent
2f1336339f
commit
3c50d5b70f
|
@ -1050,10 +1050,10 @@ class Post
|
||||||
$this->wall_to_wall = true;
|
$this->wall_to_wall = true;
|
||||||
|
|
||||||
$owner = [
|
$owner = [
|
||||||
'uid' => 0,
|
'uid' => 0,
|
||||||
'id' => $this->getDataValue('owner-id'),
|
'id' => $this->getDataValue('owner-id'),
|
||||||
'network' => $this->getDataValue('owner-network'),
|
'network' => $this->getDataValue('owner-network'),
|
||||||
'url' => $this->getDataValue('owner-link'),
|
'url' => $this->getDataValue('owner-link'),
|
||||||
];
|
];
|
||||||
$this->owner_url = Contact::magicLinkByContact($owner);
|
$this->owner_url = Contact::magicLinkByContact($owner);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user