From f1edbc8c9b04ea6562760e303af8bd2235f6bb08 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Mon, 15 Apr 2013 19:55:35 -0700 Subject: [PATCH] Fix return statement --- inc/html.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/html.php b/inc/html.php index a15b81b..e963cda 100644 --- a/inc/html.php +++ b/inc/html.php @@ -565,7 +565,7 @@ function manageStatus() { $post_html .= '' . buildPost($post, TINYIB_INDEXPAGE) . '
'; } - return << Status @@ -604,6 +604,8 @@ EOF;
EOF; + + return $output; } function manageInfo($text) {