Happy New Year
[squirrelmail.git] / class / mime / ContentType.class.php
index 86433aa37ba133ac31a3e4d1b16d036c46da37d5..ad83d202a4f81729f10e50557cd67ce828cec6da 100644 (file)
@@ -6,7 +6,7 @@
  * This file contains functions needed to handle content type headers 
  * (rfc2045) in mime messages.
  *
- * @copyright 2003-2016 The SquirrelMail Project Team
+ * @copyright 2003-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -63,6 +63,6 @@ class ContentType {
      * @param string $type content type string without auxiliary information
      */
     function ContentType($type) {
-       self::__construct($name);
+       self::__construct($type);
     }
 }