Fix return statement

This commit is contained in:
Trevor Slocum 2013-04-15 19:56:24 -07:00
parent f1edbc8c9b
commit 4074a288ff
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ function manageStatus() {
$post_html .= '<tr><td>' . buildPost($post, TINYIB_INDEXPAGE) . '</td><td valign="top" align="right"><form method="get" action="?"><input type="hidden" name="manage" value=""><input type="hidden" name="moderate" value="' . $post['id'] . '"><input type="submit" value="Moderate" class="managebutton"></form></td></tr>';
}
$output .= <<<EOF
$output = <<<EOF
<fieldset>
<legend>Status</legend>