diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/modcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php index 6eb0626449..e384b71f6e 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -509,7 +509,7 @@ switch($mode) } else { - $hidden_fields .= '<input type="hidden" name="' . POST_TOPIC_URL . '" value="' . $topic_id . '" / + $hidden_fields .= '<input type="hidden" name="' . POST_TOPIC_URL . '" value="' . $topic_id . '" />'; } // |