aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chatsvc.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-30 21:09:02 -0800
committerfriendica <info@friendica.com>2014-01-30 21:09:02 -0800
commitaaa3c62efa2999d083063a0384b3a23b758d3380 (patch)
treeab76ed407bb18d4d7156d5d9ffb253cee0a9fcfa /mod/chatsvc.php
parentdeaf93db71c451b59f0a64ae7d16828d06e7c620 (diff)
downloadvolse-hubzilla-aaa3c62efa2999d083063a0384b3a23b758d3380.tar.gz
volse-hubzilla-aaa3c62efa2999d083063a0384b3a23b758d3380.tar.bz2
volse-hubzilla-aaa3c62efa2999d083063a0384b3a23b758d3380.zip
keep presence updated - typo was causing it to logout
Diffstat (limited to 'mod/chatsvc.php')
-rw-r--r--mod/chatsvc.php2
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'])
);