X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcontacts.php;h=21a4f7446aca19c319a328012f5626222649a816;hb=696404739bdd3db8eae4255c2d622de8a45df18d;hp=f2500099c3f44689b37f67b4faf3afb7320ce3dd;hpb=4665cda00e1614ef1c152e1d5bf070036616b005;p=friendica.git diff --git a/mod/contacts.php b/mod/contacts.php index f2500099c3..21a4f7446a 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -1,11 +1,14 @@ App::get_baseurl(true), )); - require_once('include/contact_selectors.php'); + require_once 'include/contact_selectors.php'; $tpl = get_markup_template("contact_edit.tpl"); @@ -828,7 +831,7 @@ function contacts_content(App $a) { * * Available Pages are 'Status', 'Profile', 'Contacts' and 'Common Friends' * - * @param app $a + * @param App $a * @param int $contact_id The ID of the contact * @param int $active_tab 1 if tab should be marked as active *