Fix errors in diaspora addon

This commit is contained in:
Art4 2024-11-27 11:40:45 +00:00
parent 90ffd40d58
commit 9117626c6a

View 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/';