diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-11-04 00:46:06 +0100 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-11-04 00:46:06 +0100 |
commit | e502c8db86313e1cdb41fe27978bf3be8076ba0c (patch) | |
tree | 7e50301011d121628c41947e9d65323d0fea9de0 /phpBB/includes/mcp | |
parent | 30213816ae2824f423b49b5e9c91806b0676ce4b (diff) | |
download | forums-e502c8db86313e1cdb41fe27978bf3be8076ba0c.tar forums-e502c8db86313e1cdb41fe27978bf3be8076ba0c.tar.gz forums-e502c8db86313e1cdb41fe27978bf3be8076ba0c.tar.bz2 forums-e502c8db86313e1cdb41fe27978bf3be8076ba0c.tar.xz forums-e502c8db86313e1cdb41fe27978bf3be8076ba0c.zip |
[ticket/13100] Remove pointless variable
PHPBB3-13100
Diffstat (limited to 'phpBB/includes/mcp')
-rw-r--r-- | phpBB/includes/mcp/mcp_main.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php index fb9d89755e..227ae84bd6 100644 --- a/phpBB/includes/mcp/mcp_main.php +++ b/phpBB/includes/mcp/mcp_main.php @@ -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 . ' |