Skip to content

Commit

Permalink
Fix errors in diaspora addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 authored and MrPetovan committed Dec 1, 2024
1 parent 4a2fc78 commit 922bace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diaspora/diasphp.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

class Diasphp {
private $cookiejar;
private $token_regex;
private $pod;

function __construct($pod) {
$this->token_regex = '/content="(.*?)" name="csrf-token/';
Expand Down

0 comments on commit 922bace

Please sign in to comment.