From 210fe188b28ffb6079b6a54ea7fed0e3fcf2061f Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 15 Jul 2012 17:07:53 -0700 Subject: [PATCH] missing param --- include/socgraph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/socgraph.php b/include/socgraph.php index eccb133cc6..4fe9eaf909 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -229,7 +229,7 @@ function count_common_friends_zcid($uid,$zcid) { } -function common_friends_zcid($uid,$zcid,$start = 0, $limit = 9999,$shuffle) { +function common_friends_zcid($uid,$zcid,$start = 0, $limit = 9999,$shuffle = false) { if($shuffle) $sql_extra = " order by rand() ";