mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix a bug in r9781 #48595
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9871 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a96986744d
commit
d2aca86b4a
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class acp_logs
|
||||||
// Set up general vars
|
// Set up general vars
|
||||||
$action = request_var('action', '');
|
$action = request_var('action', '');
|
||||||
$forum_id = request_var('f', 0);
|
$forum_id = request_var('f', 0);
|
||||||
|
$topic_id = request_var('t', 0);
|
||||||
$start = request_var('start', 0);
|
$start = request_var('start', 0);
|
||||||
$deletemark = (!empty($_POST['delmarked'])) ? true : false;
|
$deletemark = (!empty($_POST['delmarked'])) ? true : false;
|
||||||
$deleteall = (!empty($_POST['delall'])) ? true : false;
|
$deleteall = (!empty($_POST['delall'])) ? true : false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue