added more curly braces + space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
a020086128
commit
4b221d216e
15 changed files with 225 additions and 167 deletions
|
|
@ -29,8 +29,8 @@ function allfriends_content(App &$a) {
|
|||
);
|
||||
|
||||
if (! count($c)) {
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
$a->page['aside'] = "";
|
||||
profile_load($a, "", 0, get_contact_details_by_url($c[0]["url"]));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue