mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Standards and unify variables
This commit is contained in:
parent
52db2b3da1
commit
d1c00cf1f6
4 changed files with 42 additions and 42 deletions
|
@ -159,6 +159,6 @@ class Channel extends Timeline
|
|||
throw new HTTPException\BadRequestException($this->l10n->t('Channel not available.'));
|
||||
}
|
||||
|
||||
$this->max_id = $request['last_created'] ?? $this->max_id;
|
||||
$this->maxId = $request['last_created'] ?? $this->maxId;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue