mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
removed unused "f" parameter
This commit is contained in:
parent
51e55bca18
commit
5eeca432fe
5 changed files with 5 additions and 6 deletions
|
@ -1214,7 +1214,7 @@ class Contact extends BaseObject
|
|||
}
|
||||
|
||||
if (($contact['network'] == Protocol::DFRN) && !$contact['self'] && empty($contact['pending'])) {
|
||||
$poke_link = System::baseUrl() . '/poke/?f=&c=' . $contact['id'];
|
||||
$poke_link = System::baseUrl() . '/poke/?c=' . $contact['id'];
|
||||
}
|
||||
|
||||
$contact_url = System::baseUrl() . '/contact/' . $contact['id'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue