mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Merge pull request #8530 from MrPetovan/task/8498-move-poke-to-src
Move poke module to src/
This commit is contained in:
commit
ee098277b9
12 changed files with 212 additions and 273 deletions
|
@ -1235,7 +1235,7 @@ class Contact
|
|||
}
|
||||
|
||||
if (($contact['network'] == Protocol::DFRN) && !$contact['self'] && empty($contact['pending'])) {
|
||||
$poke_link = DI::baseUrl() . '/poke/?c=' . $contact['id'];
|
||||
$poke_link = 'contact/' . $contact['id'] . '/poke';
|
||||
}
|
||||
|
||||
$contact_url = DI::baseUrl() . '/contact/' . $contact['id'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue