Oops, add needed ')'

This commit is contained in:
Miles Lott 2001-12-12 16:48:52 +00:00
parent 7e9bbeb3e9
commit e8f25234ec

View File

@ -46,7 +46,7 @@
}
else
{
if(is_object($GLOBALS['phpgw']->log)
if(is_object($GLOBALS['phpgw']->log))
{
$GLOBALS['phpgw']->log->write(array(
'text' => 'W-VerifySession, could not verify session during logout',