mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Minor spelling mistake in url
git-svn-id: file:///svn/phpbb/trunk@591 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
be2cfee4a0
commit
9388cb0d65
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ if($is_auth['auth_mod'] || $userdata['user_level'] == ADMIN)
|
||||||
|
|
||||||
if($forum_row[0]['topic_status'] == UNLOCKED)
|
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> ";
|
$topic_mod .= "<a href=\"" . append_sid("modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=lock") . "\"><img src=\"images/topic_lock.gif\" border=\"0\"></a> ";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue