merge redmatrix fixes

This commit is contained in:
Mario Vavti
2015-07-10 20:46:46 +02:00
21 changed files with 162 additions and 137 deletions

View File

@@ -807,7 +807,7 @@ function contact_block() {
$shown = get_pconfig($a->profile['uid'],'system','display_friend_count');
if($shown === false)
$shown = 24;
$shown = 25;
if($shown == 0)
return;