forked from friendica/friendica-addons
Fix errors in diaspora addon
This commit is contained in:
parent
4a2fc7884c
commit
922bace555
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ use Friendica\Core\System;
|
||||||
|
|
||||||
class Diasphp {
|
class Diasphp {
|
||||||
private $cookiejar;
|
private $cookiejar;
|
||||||
|
private $token_regex;
|
||||||
|
private $pod;
|
||||||
|
|
||||||
function __construct($pod) {
|
function __construct($pod) {
|
||||||
$this->token_regex = '/content="(.*?)" name="csrf-token/';
|
$this->token_regex = '/content="(.*?)" name="csrf-token/';
|
||||||
|
|
Loading…
Reference in a new issue