Browse Source

Remove needless code

pdontthink 5 years ago
parent
commit
25598bc233
1 changed files with 0 additions and 1 deletions
  1. 0 1
      functions/attachment_common.php

+ 0 - 1
functions/attachment_common.php

@@ -269,7 +269,6 @@ function attachment_common_octet_stream(&$Args) {
 
     $Ext = '';
     if (is_array($Regs) && isset($Regs[1])) {
-        $Ext = $Regs[1];
         $Ext = strtolower($Regs[1]);
     }