diff options
author | friendica <info@friendica.com> | 2014-01-29 21:29:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-29 21:29:48 -0800 |
commit | 080928f214c9f83879f1578e05baa6032fa2b7b8 (patch) | |
tree | aa53cc5185c5b1a58f0bb8e30609da6bcdc0b5ad /include | |
parent | 7b609782623d91c2bdf81c04cd801aaae927e9fa (diff) | |
download | volse-hubzilla-080928f214c9f83879f1578e05baa6032fa2b7b8.tar.gz volse-hubzilla-080928f214c9f83879f1578e05baa6032fa2b7b8.tar.bz2 volse-hubzilla-080928f214c9f83879f1578e05baa6032fa2b7b8.zip |
chatroom management front-end stuff
Diffstat (limited to 'include')
-rw-r--r-- | include/widgets.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 400660d11..0151f7c27 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -587,4 +587,5 @@ function widget_chatroom_list($arr) { '$nickname' => $channel['channel_address'], '$items' => $r, )); -}
\ No newline at end of file +} + |