aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chat.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-03 18:47:03 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-03 18:47:03 -0700
commitb1888afa108fb09d0ebe3d50cc70ee9024ea76f1 (patch)
treec36e6797853b230ee6311bc8295bce56b13dbcbb /mod/chat.php
parent856cc7d6b832b3250703af75cbd8c561a7b72158 (diff)
downloadvolse-hubzilla-b1888afa108fb09d0ebe3d50cc70ee9024ea76f1.tar.gz
volse-hubzilla-b1888afa108fb09d0ebe3d50cc70ee9024ea76f1.tar.bz2
volse-hubzilla-b1888afa108fb09d0ebe3d50cc70ee9024ea76f1.zip
fix typos before pushing0.9
Diffstat (limited to 'mod/chat.php')
-rw-r--r--mod/chat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/chat.php b/mod/chat.php
index 633ecae22..9ad58bc32 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);
+ create_sync_packet(0, array('chatroom' => $x));
if($x)
goaway(z_root() . '/chat/' . $channel['channel_address'] . '/' . $x[0]['cr_id']);