]> git.mxchange.org Git - friendica-addons.git/commitdiff
Fix errors in diaspora addon
authorArt4 <art4@wlabs.de>
Wed, 27 Nov 2024 11:40:45 +0000 (11:40 +0000)
committerArt4 <art4@wlabs.de>
Wed, 27 Nov 2024 11:40:45 +0000 (11:40 +0000)
diaspora/diasphp.php

index 1588b58233b05ddf0cc4989ade24e84d7e0211ca..266b9899db0ff7526c3bba950ab2c067df38ca9b 100644 (file)
@@ -9,6 +9,8 @@ use Friendica\Core\System;
 
 class Diasphp {
        private $cookiejar;
+       private $token_regex;
+       private $pod;
 
        function __construct($pod) {
                $this->token_regex = '/content="(.*?)" name="csrf-token/';