aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-21 07:31:36 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-21 07:31:36 +0200
commit7834274bff5e86a7a0eb646f1319b5b9e4bac96f (patch)
tree5d0317e3aa203471f152f6ec2533150c5406906a /mod
parent4f6506657208ebf3eadce3109d1bcd8407c7bdaf (diff)
parentd2565d0f61c139df6536ec9d90c10d7af29ef9e5 (diff)
downloadvolse-hubzilla-7834274bff5e86a7a0eb646f1319b5b9e4bac96f.tar.gz
volse-hubzilla-7834274bff5e86a7a0eb646f1319b5b9e4bac96f.tar.bz2
volse-hubzilla-7834274bff5e86a7a0eb646f1319b5b9e4bac96f.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod')
-rw-r--r--mod/chat.php2
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']);