Fix errors in diaspora addon
parent
90ffd40d58
commit
9117626c6a
|
@ -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 New Issue