Fix a bit of a typo on Line 512 with non-ending string

bug #517154


git-svn-id: file:///svn/phpbb/trunk@2132 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2002-02-13 21:08:34 +00:00
parent 23e32ed8e6
commit 3b6c903302

View file

@ -509,7 +509,7 @@ switch($mode)
} }
else 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 . '" />';
} }
// //