diff options
author | marijus <mario@localhost.localdomain> | 2014-02-12 21:36:20 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2014-02-12 21:36:20 +0100 |
commit | 18b2ff9c24d2384f57009d86cab9a3a82d3dc7b8 (patch) | |
tree | d1b12935e871b46052574f0ea2a38e133ab45b7b /include/widgets.php | |
parent | e06d9e97c56d119c35c59ba65c7437a28115e4a0 (diff) | |
download | volse-hubzilla-18b2ff9c24d2384f57009d86cab9a3a82d3dc7b8.tar.gz volse-hubzilla-18b2ff9c24d2384f57009d86cab9a3a82d3dc7b8.tar.bz2 volse-hubzilla-18b2ff9c24d2384f57009d86cab9a3a82d3dc7b8.zip |
whitespace
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/widgets.php b/include/widgets.php index 7c316410e..3c2333323 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -578,12 +578,9 @@ function widget_menu_preview($arr) { } function widget_chatroom_list($arr) { - $a = get_app(); - require_once("include/chat.php"); $r = chatroom_list($a->profile['profile_uid']); - return replace_macros(get_markup_template('chatroomlist.tpl'),array( '$header' => t('Chat Rooms'), '$baseurl' => z_root(), |