mirror of
https://github.com/friendica/friendica
synced 2025-04-22 23:10:11 +00:00
Add feedback
This commit is contained in:
parent
14988ddf19
commit
04a0cd9301
2 changed files with 4 additions and 8 deletions
|
@ -59,8 +59,7 @@ class RemoteFollow extends BaseModule
|
|||
}
|
||||
|
||||
$this->baseUrl = $baseUrl;
|
||||
|
||||
$page['aside'] = Widget\VCard::getHTML($this->owner);
|
||||
$this->page = $page;
|
||||
}
|
||||
|
||||
public function post()
|
||||
|
@ -112,7 +111,9 @@ class RemoteFollow extends BaseModule
|
|||
if (empty($this->owner)) {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
$this->page['aside'] = Widget\VCard::getHTML($this->owner);
|
||||
|
||||
$target_addr = $this->owner['addr'];
|
||||
$target_url = $this->owner['url'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue