mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[ticket/13100] Remove pointless variable
PHPBB3-13100
This commit is contained in:
@@ -813,7 +813,6 @@ function mcp_delete_topic($topic_ids, $is_soft = false, $soft_delete_reason = ''
|
|||||||
|
|
||||||
$user->add_lang('posting');
|
$user->add_lang('posting');
|
||||||
|
|
||||||
$only_shadow = false;
|
|
||||||
// If there are only shadow topics, we neither need a reason nor softdelete
|
// If there are only shadow topics, we neither need a reason nor softdelete
|
||||||
$sql = 'SELECT topic_id
|
$sql = 'SELECT topic_id
|
||||||
FROM ' . TOPICS_TABLE . '
|
FROM ' . TOPICS_TABLE . '
|
||||||
|
Reference in New Issue
Block a user