Browse Source

Fix variable name typo

pdontthink 8 năm trước cách đây
mục cha
commit
7d33c448da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
     }
 }