mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:10:11 +00:00
Standards and unify variables
This commit is contained in:
parent
52db2b3da1
commit
d1c00cf1f6
4 changed files with 42 additions and 42 deletions
|
@ -196,6 +196,6 @@ class Community extends Timeline
|
|||
}
|
||||
}
|
||||
|
||||
$this->max_id = $request['last_commented'] ?? $this->max_id;
|
||||
$this->maxId = $request['last_commented'] ?? $this->maxId;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue