From dff1d2cf46f1f8d437a50b30ddf92486bf180674 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 25 Jan 2013 21:49:47 -0500 Subject: Rename shoutBox to Shoutbox --- templates/show_index.inc.php | 2 +- templates/show_manage_shoutbox.inc.php | 4 ++-- templates/show_shoutbox.inc.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') 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()) {
format(); - $object = shoutBox::get_object($shout->object_type,$shout->object_id); + $object = Shoutbox::get_object($shout->object_type,$shout->object_id); $object->format(); $client = new User($shout->user); $client->format(); diff --git a/templates/show_shoutbox.inc.php b/templates/show_shoutbox.inc.php index 5bb61a37..d46f07c1 100644 --- a/templates/show_shoutbox.inc.php +++ b/templates/show_shoutbox.inc.php @@ -24,8 +24,8 @@
object_type,$shout->object_id); + $shout = new Shoutbox($shout_id); + $object = Shoutbox::get_object($shout->object_type,$shout->object_id); $object->format(); $client = new User($shout->user); $client->format(); -- cgit