mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-19 07:41:08 +01:00
The curse of cut&paste strikes once more...
git-svn-id: file:///svn/phpbb/trunk@5466 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8c4b5f9a79
commit
f08b229ca0
@ -55,12 +55,12 @@ class mcp_logs
|
||||
case 'front':
|
||||
$where_sql = '';
|
||||
break;
|
||||
case 'forum_view':
|
||||
case 'forum_logs':
|
||||
$forum_id = request_var('f', 0);
|
||||
$where_sql = " AND forum_id = $forum_id";
|
||||
break;
|
||||
case 'topic_view':
|
||||
$topic_id = request_vat('t', 0);
|
||||
case 'topic_logs':
|
||||
$topic_id = request_var('t', 0);
|
||||
$where_sql = " AND topic_id = $topic_id";
|
||||
break;
|
||||
}
|
||||
|
@ -243,12 +243,12 @@ function _module_main_post_details_url()
|
||||
return extra_url();
|
||||
}
|
||||
|
||||
function _module_logs_forum_view_url()
|
||||
function _module_logs_forum_logs_url()
|
||||
{
|
||||
return extra_url();
|
||||
}
|
||||
|
||||
function _module_logs_topic_view_url()
|
||||
function _module_logs_topic_logs_url()
|
||||
{
|
||||
return extra_url();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user