mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Cleanup of an extra warning message.
This commit is contained in:
parent
f6c3126a54
commit
b236c39ce1
@ -471,7 +471,7 @@
|
||||
$phpgw_info['flags']['currentapp'] != 'about')
|
||||
{
|
||||
// This will need to use ACL in the future
|
||||
if (! $phpgw_info['user']['apps'][$phpgw_info['flags']['currentapp']] || ($phpgw_info['flags']['admin_only'] && ! $phpgw_info['user']['apps']['admin']))
|
||||
if (! $phpgw_info['user']['apps'][$phpgw_info['flags']['currentapp']] || (@$phpgw_info['flags']['admin_only'] && ! $phpgw_info['user']['apps']['admin']))
|
||||
{
|
||||
$phpgw->common->phpgw_header();
|
||||
if ($phpgw_info['flags']['noheader'])
|
||||
|
Loading…
Reference in New Issue
Block a user