Explorar el Código

Fix variable name typo

pdontthink hace 8 años
padre
commit
7d33c448da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      class/mime/ContentType.class.php

+ 1 - 1
class/mime/ContentType.class.php

@@ -63,6 +63,6 @@ class ContentType {
      * @param string $type content type string without auxiliary information
      */
     function ContentType($type) {
-       self::__construct($name);
+       self::__construct($type);
     }
 }