From: Michael Vogel Date: Tue, 3 Feb 2015 06:00:01 +0000 (+0100) Subject: Only some code beautification. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=226b551c8585fd6eff56926d009e9ce479d85794;p=friendica.git Only some code beautification. --- diff --git a/include/diaspora.php b/include/diaspora.php index 88a8e5e55b..f7537ef633 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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;