pdontthink пре 8 година
родитељ
комит
7d33c448da
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
     }
 }