X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fcontacts.php;h=21a4f7446aca19c319a328012f5626222649a816;hb=696404739bdd3db8eae4255c2d622de8a45df18d;hp=ee501fb9dd63f34a92afa820c280976c36f7bd2a;hpb=20043914e6111ba53df85e1efd3389c99d37302f;p=friendica.git diff --git a/mod/contacts.php b/mod/contacts.php index ee501fb9dd..21a4f7446a 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -1,13 +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"); @@ -830,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 *