aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-02-13 21:08:34 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-02-13 21:08:34 +0000
commit3b6c90330238862112f8c04b3c8e5e88bfd58a38 (patch)
tree1edc8c51e2ec054a34593a32389ca37bf583db0f
parent23e32ed8e6831b526655bbd8aff5574ccdf56b5c (diff)
downloadforums-3b6c90330238862112f8c04b3c8e5e88bfd58a38.tar
forums-3b6c90330238862112f8c04b3c8e5e88bfd58a38.tar.gz
forums-3b6c90330238862112f8c04b3c8e5e88bfd58a38.tar.bz2
forums-3b6c90330238862112f8c04b3c8e5e88bfd58a38.tar.xz
forums-3b6c90330238862112f8c04b3c8e5e88bfd58a38.zip
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
-rw-r--r--phpBB/modcp.php2
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 . '" />';
}
//