Merge pull request #5891 from JonnyTischbein/move_module_contacts

Move module contacts
This commit is contained in:
Hypolite Petovan 2018-10-14 16:42:50 -04:00 committed by GitHub
commit 74c5f1f684
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 1319 additions and 1330 deletions

View file

@ -923,12 +923,12 @@ class Contact extends BaseObject
$poke_link = System::baseUrl() . '/poke/?f=&c=' . $contact['id'];
}
$contact_url = System::baseUrl() . '/contacts/' . $contact['id'];
$contact_url = System::baseUrl() . '/contact/' . $contact['id'];
$posts_link = System::baseUrl() . '/contacts/' . $contact['id'] . '/conversations';
$posts_link = System::baseUrl() . '/contact/' . $contact['id'] . '/conversations';
if (!$contact['self']) {
$contact_drop_link = System::baseUrl() . '/contacts/' . $contact['id'] . '/drop?confirm=1';
$contact_drop_link = System::baseUrl() . '/contact/' . $contact['id'] . '/drop?confirm=1';
}
/**