]> git.mxchange.org Git - friendica.git/blobdiff - include/socgraph.php
Merge pull request #496 from fermionic/deleted-group-stays-in-default-permissions
[friendica.git] / include / socgraph.php
index eccb133cc65ed78b271c40ecf2877a6125cd1a4d..4fe9eaf9095cd029e20a11103f521e027757451e 100644 (file)
@@ -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() ";