From d2565d0f61c139df6536ec9d90c10d7af29ef9e5 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 20 Sep 2015 21:37:18 -0700 Subject: looks like chat has been neglected a bit recently --- mod/chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/chat.php') diff --git a/mod/chat.php b/mod/chat.php index 9ad58bc32..ef9089b6f 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -67,7 +67,7 @@ function chat_post(&$a) { intval(local_channel()) ); - create_sync_packet(0, array('chatroom' => $x)); + build_sync_packet(0, array('chatroom' => $x)); if($x) goaway(z_root() . '/chat/' . $channel['channel_address'] . '/' . $x[0]['cr_id']); -- cgit v1.2.3