diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/chatsvc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/chatsvc.php b/mod/chatsvc.php index d76a87462..f32ea56ce 100644 --- a/mod/chatsvc.php +++ b/mod/chatsvc.php @@ -111,7 +111,7 @@ function chatsvc_content(&$a) { $r = q("update chatpresence set cp_last = '%s' where cp_room = %d and cp_xchan = '%s' and cp_client = '%s' limit 1", dbesc(datetime_convert()), - intval($room_id), + intval($a->data['chat']['room_id']), dbesc(get_observer_hash()), dbesc($_SERVER['REMOTE_ADDR']) ); |