summaryrefslogtreecommitdiffstats
path: root/shout.php
diff options
context:
space:
mode:
Diffstat (limited to 'shout.php')
-rw-r--r--shout.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/shout.php b/shout.php
index a3514612..728100e6 100644
--- a/shout.php
+++ b/shout.php
@@ -42,7 +42,10 @@ switch ($_REQUEST['action']) {
require_once Config::get('prefix') . '/templates/show_add_shout.inc.php';
break;
case 'show_manage':
-
+ Browse::set_type('shoutbox');
+ Browse::set_simple_browse(1);
+ $shoutbox_ids = Browse::get_objects();
+ Browse::show_objects($shoutbox_ids);
break;
default: