mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13100] Remove pointless variable
PHPBB3-13100
This commit is contained in:
parent
30213816ae
commit
e502c8db86
1 changed files with 0 additions and 1 deletions
|
@ -813,7 +813,6 @@ function mcp_delete_topic($topic_ids, $is_soft = false, $soft_delete_reason = ''
|
|||
|
||||
$user->add_lang('posting');
|
||||
|
||||
$only_shadow = false;
|
||||
// If there are only shadow topics, we neither need a reason nor softdelete
|
||||
$sql = 'SELECT topic_id
|
||||
FROM ' . TOPICS_TABLE . '
|
||||
|
|
Loading…
Add table
Reference in a new issue