Fix error in diaspora addon

pull/1603/head
Art4 2025-03-13 11:55:34 +00:00
parent ad31685237
commit cdeaa433a1
1 changed files with 0 additions and 1 deletions

View File

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