aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/viewtopic.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 1f42c041ff..2592b1be07 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -278,8 +278,6 @@ if (!$topic_data)
}
$forum_id = (int) $topic_data['forum_id'];
-$topic_id = (int) $topic_data['topic_id'];
-
// This is for determining where we are (page)
if ($post_id)
{
@@ -324,6 +322,7 @@ if ($post_id)
}
}
+$topic_id = (int) $topic_data['topic_id'];
//
$topic_replies = ($auth->acl_get('m_approve', $forum_id)) ? $topic_data['topic_replies_real'] : $topic_data['topic_replies'];