From aaa3c62efa2999d083063a0384b3a23b758d3380 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 30 Jan 2014 21:09:02 -0800 Subject: keep presence updated - typo was causing it to logout --- mod/chatsvc.php | 2 +- view/tpl/chat.tpl | 2 +- 2 files changed, 2 insertions(+), 2 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']) ); diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl index f3f3ee5bd..19b3425da 100644 --- a/view/tpl/chat.tpl +++ b/view/tpl/chat.tpl @@ -1,6 +1,6 @@
-
+
-- cgit v1.2.3