forked from extern/egroupware
fixed typo, which prevented app-name in cats to be shown
This commit is contained in:
parent
53f20990de
commit
4ad8d84609
@ -432,7 +432,7 @@
|
||||
}
|
||||
if ($cat['owner'] == '-1')
|
||||
{
|
||||
$s .= ' <' . lang('Global') . ' ' . lang($this->app_name) . '>';
|
||||
$s .= ' <' . lang('Global') . ' ' . lang($cat['app_name']) . '>';
|
||||
}
|
||||
if ($tmpl->stable)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user