mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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')
|
$phpgw_info['flags']['currentapp'] != 'about')
|
||||||
{
|
{
|
||||||
// This will need to use ACL in the future
|
// 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();
|
$phpgw->common->phpgw_header();
|
||||||
if ($phpgw_info['flags']['noheader'])
|
if ($phpgw_info['flags']['noheader'])
|
||||||
|
Loading…
Reference in New Issue
Block a user