diff options
Diffstat (limited to 'chat/lib/class/CustomAJAXChatShoutBox.php')
-rw-r--r-- | chat/lib/class/CustomAJAXChatShoutBox.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/lib/class/CustomAJAXChatShoutBox.php b/chat/lib/class/CustomAJAXChatShoutBox.php index c545032..0b47370 100644 --- a/chat/lib/class/CustomAJAXChatShoutBox.php +++ b/chat/lib/class/CustomAJAXChatShoutBox.php @@ -19,6 +19,6 @@ class CustomAJAXChatShoutBox extends CustomAJAXChat { // Return parsed template content: return $template->getParsedContent(); - } + } } |