aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chat.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/chat.php')
-rw-r--r--mod/chat.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/chat.php b/mod/chat.php
index b8af4c1a6..fa3d05364 100644
--- a/mod/chat.php
+++ b/mod/chat.php
@@ -67,5 +67,8 @@ function chat_content(&$a) {
));
return $o;
}
+ require_once('include/widgets.php');
+
+ return widget_chatroom_list(array());
} \ No newline at end of file