mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
"fix for bug #1793: Help toggling does not toggle back"
This commit is contained in:
parent
97983eb739
commit
187d71fafb
@ -119,7 +119,7 @@
|
|||||||
{
|
{
|
||||||
$GLOBALS['type'] = 'user';
|
$GLOBALS['type'] = 'user';
|
||||||
}
|
}
|
||||||
$this->show_help = $this->bo->session_data['show_help'] != '' && $this->bo->session_data['appname'] == $_GET['appname']
|
$this->show_help = isset($this->bo->session_data['show_help']) && $this->bo->session_data['appname'] == $_GET['appname']
|
||||||
? $this->bo->session_data['show_help']
|
? $this->bo->session_data['show_help']
|
||||||
: (int)$GLOBALS['egw_info']['user']['preferences']['common']['show_help'];
|
: (int)$GLOBALS['egw_info']['user']['preferences']['common']['show_help'];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user