Removing of useless code

This commit is contained in:
Michael Vogel 2015-11-29 23:36:19 +01:00
부모 a7ea6ef096
커밋 91011b7190
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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,