From: Michael Vogel Date: Sun, 29 Nov 2015 22:36:19 +0000 (+0100) Subject: Removing of useless code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91011b71903a059d65b9eb9cc62c3e73fbfe3c7a;p=friendica.git Removing of useless code --- diff --git a/mod/contacts.php b/mod/contacts.php index 6e1bbe05b8..3cb5454a64 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -55,8 +55,7 @@ function contacts_init(&$a) { $findpeople_widget .= findpeople_widget(); } - if ($a->argv[2] != "posts") - $groups_widget .= group_side('contacts','group','full',0,$contact_id); + $groups_widget .= group_side('contacts','group','full',0,$contact_id); $a->page['aside'] .= replace_macros(get_markup_template("contacts-widget-sidebar.tpl"),array( '$vcard_widget' => $vcard_widget,