mirror of
https://github.com/friendica/friendica
synced 2024-11-13 15:02:53 +00:00
Some more standards
This commit is contained in:
parent
260ee13d07
commit
556bcfe78f
4 changed files with 14 additions and 14 deletions
|
@ -44,7 +44,7 @@ class HomeTimeline extends BaseApi
|
|||
|
||||
// params
|
||||
$count = $_REQUEST['count'] ?? 20;
|
||||
$page = $_REQUEST['page']?? 0;
|
||||
$page = $_REQUEST['page'] ?? 0;
|
||||
$since_id = $_REQUEST['since_id'] ?? 0;
|
||||
$max_id = $_REQUEST['max_id'] ?? 0;
|
||||
$exclude_replies = !empty($_REQUEST['exclude_replies']);
|
||||
|
|
Loading…
Reference in a new issue