fix con"n"nections
This commit is contained in:
parent
d1428571a9
commit
4ee4dcf43d
@ -572,7 +572,7 @@ function contact_block() {
|
|||||||
$total = intval($r[0]['total']);
|
$total = intval($r[0]['total']);
|
||||||
}
|
}
|
||||||
if(! $total) {
|
if(! $total) {
|
||||||
$contacts = t('No connnections');
|
$contacts = t('No connections');
|
||||||
$micropro = Null;
|
$micropro = Null;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@ -595,7 +595,7 @@ function contact_block() {
|
|||||||
$o = replace_macros($tpl, array(
|
$o = replace_macros($tpl, array(
|
||||||
'$contacts' => $contacts,
|
'$contacts' => $contacts,
|
||||||
'$nickname' => $a->profile['nickname'],
|
'$nickname' => $a->profile['nickname'],
|
||||||
'$viewcontacts' => t('View Connnections'),
|
'$viewcontacts' => t('View Connections'),
|
||||||
'$micropro' => $micropro,
|
'$micropro' => $micropro,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user