aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-24 23:50:15 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-24 23:50:15 +0000
commit8c1004ad85e7240981ba236486af76f5d7890e04 (patch)
tree06c08244c1e821b0796bdb9c49084ad7ad81e15b /phpBB/viewtopic.php
parentee9a18771b48a57f86351a952104c8638955f7ff (diff)
downloadforums-8c1004ad85e7240981ba236486af76f5d7890e04.tar
forums-8c1004ad85e7240981ba236486af76f5d7890e04.tar.gz
forums-8c1004ad85e7240981ba236486af76f5d7890e04.tar.bz2
forums-8c1004ad85e7240981ba236486af76f5d7890e04.tar.xz
forums-8c1004ad85e7240981ba236486af76f5d7890e04.zip
Various MCP updates
git-svn-id: file:///svn/phpbb/trunk@3520 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 c53617d7b2..4e1c69ef86 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -359,7 +359,7 @@ $template->assign_vars(array(
'TOPIC_TITLE' => $topic_title,
'PAGINATION' => $pagination,
'PAGE_NUMBER' => on_page($topic_replies, $config['posts_per_page'], $start),
- 'MCP' => ($auth->acl_gets('m_', 'a_', $forum_id)) ? sprintf($user->lang['MCP'], '<a href="mcp.' . $phpEx . '?sid=' . $user->session_id . '&amp;f=' . $forum_id . '">', '</a>') : '',
+ 'MCP' => ($auth->acl_gets('m_', 'a_', $forum_id)) ? sprintf($user->lang['MCP'], '<a href="mcp.' . $phpEx . '?sid=' . $user->session_id . '&amp;t=' . $topic_id . '">', '</a>') : '',
'MODERATORS' => (sizeof($forum_moderators[$forum_id])) ? implode(', ', $forum_moderators[$forum_id]) : $user->lang['NONE'],
'POST_IMG' => $post_img,