diff options
author | zottel <github@zottel.net> | 2015-09-23 08:59:28 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-23 08:59:28 +0200 |
commit | 0bfdb45b414b477573b6389e7730d8f93f53993e (patch) | |
tree | 114c0dc95c4cf3baa514de13ca2ed0c1759dd388 /mod/chat.php | |
parent | 032ef0ca3495cf4a1caaf1a6ea8000c17aba0ba5 (diff) | |
parent | f506f73d3fc80fb68f63f654b5e93a6920780d6f (diff) | |
download | volse-hubzilla-0bfdb45b414b477573b6389e7730d8f93f53993e.tar.gz volse-hubzilla-0bfdb45b414b477573b6389e7730d8f93f53993e.tar.bz2 volse-hubzilla-0bfdb45b414b477573b6389e7730d8f93f53993e.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/chat.php')
-rw-r--r-- | mod/chat.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']); |