aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-06 22:45:15 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-06 22:45:15 +0000
commit9388cb0d652c5483287dcab96c55907a87c95270 (patch)
tree0d8c787dc4570ccfebc1fb267076e1aacebc2725 /phpBB/viewtopic.php
parentbe2cfee4a0d669d9dd16eddcf2cab8d3edb7b14c (diff)
downloadforums-9388cb0d652c5483287dcab96c55907a87c95270.tar
forums-9388cb0d652c5483287dcab96c55907a87c95270.tar.gz
forums-9388cb0d652c5483287dcab96c55907a87c95270.tar.bz2
forums-9388cb0d652c5483287dcab96c55907a87c95270.tar.xz
forums-9388cb0d652c5483287dcab96c55907a87c95270.zip
Minor spelling mistake in url
git-svn-id: file:///svn/phpbb/trunk@591 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 5b175040d1..591d18bcf8 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -490,7 +490,7 @@ if($is_auth['auth_mod'] || $userdata['user_level'] == ADMIN)
if($forum_row[0]['topic_status'] == UNLOCKED)
{
- $topic_mod .= "<a href=\"" . append_sid("modecp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=lock") . "\"><img src=\"images/topic_lock.gif\" border=\"0\"></a>&nbsp;&nbsp;";
+ $topic_mod .= "<a href=\"" . append_sid("modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=lock") . "\"><img src=\"images/topic_lock.gif\" border=\"0\"></a>&nbsp;&nbsp;";
}
else
{