mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +01:00
Don't change infolog list header when called by another app
This commit is contained in:
parent
ff8c5c641a
commit
89fa0b435c
@ -486,7 +486,7 @@ class infolog_ui
|
|||||||
$rows['sel_options']['info_status']['deleted'] = 'deleted';
|
$rows['sel_options']['info_status']['deleted'] = 'deleted';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($GLOBALS['egw_info']['flags']['currentapp'] == 'infolog')
|
if ($GLOBALS['egw_info']['flags']['currentapp'] == 'infolog' && !$this->called_by)
|
||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['flags']['app_header'] = lang('Infolog');
|
$GLOBALS['egw_info']['flags']['app_header'] = lang('Infolog');
|
||||||
if ($query['filter'] != '' && !empty($this->filters[$query['filter']]))
|
if ($query['filter'] != '' && !empty($this->filters[$query['filter']]))
|
||||||
|
Loading…
Reference in New Issue
Block a user