diff --git a/lib/contents/member.inc.php b/lib/contents/member.inc.php index 7a66411c..5303cf3a 100755 --- a/lib/contents/member.inc.php +++ b/lib/contents/member.inc.php @@ -60,7 +60,7 @@ // if member is logged out if (isset($_GET['logout']) && $_GET['logout'] == '1') { // write log - utility::writeLogs($dbs, 'member', $_SESSION['email'], 'Login', $_SESSION['member_name'].' Log Out from address '.$_SERVER['REMOTE_ADDR']); + utility::writeLogs($dbs, 'member', $_SESSION['email'], 'Login', $_SESSION['m_name'].' Log Out from address '.$_SERVER['REMOTE_ADDR']); // completely destroy session cookie simbio_security::destroySessionCookie(null, MEMBER_COOKIES_NAME, SWB, false); header('Location: index.php?p=member');