aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-22 20:54:52 -0700
committerredmatrix <git@macgirvin.com>2016-05-22 20:54:52 -0700
commit1aa3051e977dceb04fbe656763d8ef8a9803a571 (patch)
tree01fdd05a9f0d8359595e43aa1e665c20205216ae /include/widgets.php
parent20f444f5f2ff929fc43f1a9459510dad084ab030 (diff)
downloadvolse-hubzilla-1aa3051e977dceb04fbe656763d8ef8a9803a571.tar.gz
volse-hubzilla-1aa3051e977dceb04fbe656763d8ef8a9803a571.tar.bz2
volse-hubzilla-1aa3051e977dceb04fbe656763d8ef8a9803a571.zip
move chatroom stuff to zlib
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 27f50e9be..e6d162ccd 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -834,8 +834,7 @@ function widget_menu_preview($arr) {
function widget_chatroom_list($arr) {
- require_once("include/chat.php");
- $r = chatroom_list(App::$profile['profile_uid']);
+ $r = Zotlabs\Lib\Chatroom::roomlist(App::$profile['profile_uid']);
if($r) {
return replace_macros(get_markup_template('chatroomlist.tpl'), array(