X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Flogout.inc;h=c9708aa47aab3855a26c4f9c32becabe7fb1ee69;hb=8630d2174a0f798739eeea16be61b8653a10a5da;hp=2590c136149c0be71e864227fbdefb1e7cce8ae2;hpb=d4e006f91a41dac11aaf32f7ed8b0205600d3010;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/logout.inc b/wwwroot/inc/eventz/logout.inc index 2590c13..c9708aa 100644 --- a/wwwroot/inc/eventz/logout.inc +++ b/wwwroot/inc/eventz/logout.inc @@ -4,7 +4,7 @@ global $db; $q="update users set user_action_id=null where user_id='".$_SESSION['user_id']."'"; $db->query($q); - $logger->log('logout',$node['node_id'],'ok',$_SESSION['user_name']); + logger::log('logout',$node['node_id'],'ok',$_SESSION['user_name']); session_unset(); Header("Location: /main"); }