Fix errors in diaspora addon

This commit is contained in:
Art4 2024-11-27 11:40:45 +00:00 committed by Hypolite Petovan
parent 4a2fc7884c
commit 922bace555

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