diff options
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r-- | templates/show_index.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index c0aabb32..0eba867b 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -44,7 +44,7 @@ if (Art::is_enabled()) { <?php if (Config::get('sociable')) { ?> <div id="shout_objects"> <?php - $shouts = shoutBox::get_top('5'); + $shouts = Shoutbox::get_top('5'); if (count($shouts)) { require_once Config::get('prefix') . '/templates/show_shoutbox.inc.php'; } |