]> git.mxchange.org Git - friendica.git/commitdiff
Only some code beautification.
authorMichael Vogel <icarus@dabo.de>
Tue, 3 Feb 2015 06:00:01 +0000 (07:00 +0100)
committerMichael Vogel <icarus@dabo.de>
Tue, 3 Feb 2015 06:00:01 +0000 (07:00 +0100)
include/diaspora.php

index 88a8e5e55b86ca3c72a74a15298b69409096219e..f7537ef633aca07d442046a74bf0e49bb42d80e1 100755 (executable)
@@ -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;