mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
me == moron...
git-svn-id: file:///svn/phpbb/trunk@92 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e0e3f7df6d
commit
0642a9f062
1 changed files with 2 additions and 2 deletions
|
@ -23,13 +23,13 @@
|
|||
include('extension.inc');
|
||||
include('common.'.$phpEx);
|
||||
|
||||
if(!isset($HTTP_GET_VARS['topic_id'])) // For backward compatibility
|
||||
if(!isset($HTTP_GET_VARS['topic'])) // For backward compatibility
|
||||
{
|
||||
$topic_id = $HTTP_GET_VARS[POST_TOPIC_URL];
|
||||
}
|
||||
else
|
||||
{
|
||||
$topic_id = $HTTP_GET_VARS['topic_id'];
|
||||
$topic_id = $HTTP_GET_VARS['topic'];
|
||||
}
|
||||
|
||||
$is_moderator = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue