[ticket/289] Remove unneeded assignment

This commit is contained in:
Marc Alexander
2014-07-24 17:52:34 +02:00
parent d554480697
commit 483c621fac

View File

@@ -271,7 +271,6 @@ class attachments extends module_base
{
$attach_forums = false;
$where = '';
$filetypes = array();
// Get filetypes and put them into an array
$filetypes = $this->get_selected_filetypes($module_id);