Only some code beautification.

This commit is contained in:
Michael Vogel 2015-02-03 07:00:01 +01:00
parent 9851965090
commit 226b551c85
1 changed files with 1 additions and 2 deletions

View File

@ -946,12 +946,11 @@ function diaspora_store_by_guid($guid, $server) {
dbesc($guid)
);
if(count($r))
return $r[0]["id"];
return $r[0]["id"];
$person = find_diaspora_person_by_handle($author);
$datarray = array();
$datarray['uid'] = 0;
$datarray['contact-id'] = get_contact($person['url'], 0);
$datarray['wall'] = 0;