mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
more friend suggestions
This commit is contained in:
parent
ef33cfcc9a
commit
810e69ef0a
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ function all_friends($uid,$cid,$start = 0, $limit = 80) {
|
|||
|
||||
|
||||
|
||||
function suggestion_query($uid, $start = 0, $limit = 40) {
|
||||
function suggestion_query($uid, $start = 0, $limit = 80) {
|
||||
|
||||
if(! $uid)
|
||||
return array();
|
||||
|
|
Loading…
Reference in a new issue