mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
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:
parent
23e32ed8e6
commit
3b6c903302
1 changed files with 1 additions and 1 deletions
|
@ -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 . '" />';
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue