fixed typo, which prevented app-name in cats to be shown

This commit is contained in:
Ralf Becker 2004-04-04 21:45:15 +00:00
parent 53f20990de
commit 4ad8d84609

View File

@ -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)
{