]> git.mxchange.org Git - friendica-addons.git/commitdiff
Fix error in diaspora addon
authorArt4 <art4@wlabs.de>
Thu, 13 Mar 2025 11:55:34 +0000 (11:55 +0000)
committerArt4 <art4@wlabs.de>
Thu, 13 Mar 2025 11:55:34 +0000 (11:55 +0000)
diaspora/Diaspora_Connection.php

index d8390d707b965a8bb29c59179e6229a4ad0ec97f..05c21eb00f46117e99ab81a4ee4a31b4d7f7b08c 100644 (file)
@@ -33,7 +33,6 @@ class Diaspora_Connection {
                }
 
                $this->cookiejar = tempnam(System::getTempPath(), 'cookies');
-               return $this;
        }
 
        public function __destruct() {