Don't use default_port for irc schemes

This commit is contained in:
Mikael Nordfeldth 2016-03-21 02:48:37 +01:00
parent e64c3a1d87
commit b7c4c960e2
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class HTMLPurifier_URIScheme_irc extends HTMLPurifier_URIScheme
/**
* @type int
*/
public $default_port = 6667;
// public $default_port = 6667;
/**
* @type bool

View File

@ -8,7 +8,7 @@ class HTMLPurifier_URIScheme_ircs extends HTMLPurifier_URIScheme
/**
* @type int
*/
public $default_port = 6697;
// public $default_port = 6697;
/**
* @type bool