mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-03 06:08:05 +02: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
@ -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> ";
|
||||
$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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user