[ticket/13100] Remove pointless variable

PHPBB3-13100
This commit is contained in:
Oliver Schramm 2014-11-04 00:46:06 +01:00
parent 30213816ae
commit e502c8db86

View file

@ -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 . '