forked from extern/egroupware
Fix incorrect template if no groups
This commit is contained in:
parent
43d0b504ae
commit
36d7c85ca5
@ -58,7 +58,7 @@
|
|||||||
if (! count($account_info))
|
if (! count($account_info))
|
||||||
{
|
{
|
||||||
$p->set_var('message',lang('No matchs found'));
|
$p->set_var('message',lang('No matchs found'));
|
||||||
$p->parse('rows','empty_row',True);
|
$p->parse('rows','row_empty',True);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user