diff --git a/mod/chat/users.php b/mod/chat/users.php index 395fae8e747..83a3c1e058e 100644 --- a/mod/chat/users.php +++ b/mod/chat/users.php @@ -44,7 +44,7 @@ if (isset($_GET['beep'])) { error("Could not insert a chat message!"); } - $chatuser->lastping = time(); // A beep is a ping ;-) + $chatuser->lastmessageping = time(); // A beep is a ping ;-) update_record("chat_users", $chatuser); }