fix typo, check for empty group in network page
This commit is contained in:
parent
a51a1007a3
commit
0cba6b128a
4 changed files with 13 additions and 8 deletions
|
@ -243,7 +243,7 @@ function display_content(&$a) {
|
|||
|
||||
$tmp_item = replace_macros($template,array(
|
||||
'$id' => $item['item_id'],
|
||||
'$title' => t('View $name's profile'),
|
||||
'$title' => t('View $name\'s profile'),
|
||||
'$profile_url' => $profile_link,
|
||||
'$name' => $profile_name,
|
||||
'$sparkle' => $sparkle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue