mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
Coding standards
This commit is contained in:
parent
2252949bca
commit
724a61390f
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ class Search extends BaseApi
|
||||||
self::login(self::SCOPE_READ);
|
self::login(self::SCOPE_READ);
|
||||||
$uid = self::getCurrentUserID();
|
$uid = self::getCurrentUserID();
|
||||||
|
|
||||||
$request = self::getRequest(
|
$request = self::getRequest([
|
||||||
['max_id' => 0, 'min_id' => 0, 'account_id' => 0, 'type' => '', 'exclude_unreviewed' => false,
|
'max_id' => 0, 'min_id' => 0, 'account_id' => 0, 'type' => '', 'exclude_unreviewed' => false,
|
||||||
'resolve' => false, 'q' => '', 'limit' => 20, 'offset' => 0, 'following' => false]);
|
'resolve' => false, 'q' => '', 'limit' => 20, 'offset' => 0, 'following' => false]);
|
||||||
|
|
||||||
// If provided, statuses returned will be authored only by this account
|
// If provided, statuses returned will be authored only by this account
|
||||||
|
|
Loading…
Reference in a new issue