Move poke module to src/
- Add new route contact/<cid>/poke and update all references - Rework template with form field includes - [frio] Enable modal behavior
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user