mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-12-05 02:03:16 +00:00
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 {
|
||||
private $cookiejar;
|
||||
private $token_regex;
|
||||
private $pod;
|
||||
|
||||
function __construct($pod) {
|
||||
$this->token_regex = '/content="(.*?)" name="csrf-token/';
|
||||
|
|
Loading…
Reference in a new issue