mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Oops, add needed ')'
This commit is contained in:
parent
7e9bbeb3e9
commit
e8f25234ec
@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(is_object($GLOBALS['phpgw']->log)
|
if(is_object($GLOBALS['phpgw']->log))
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->log->write(array(
|
$GLOBALS['phpgw']->log->write(array(
|
||||||
'text' => 'W-VerifySession, could not verify session during logout',
|
'text' => 'W-VerifySession, could not verify session during logout',
|
||||||
|
Loading…
Reference in New Issue
Block a user