Don't use default_port for irc schemes
This commit is contained in:
parent
e64c3a1d87
commit
b7c4c960e2
@ -8,7 +8,7 @@ class HTMLPurifier_URIScheme_irc extends HTMLPurifier_URIScheme
|
||||
/**
|
||||
* @type int
|
||||
*/
|
||||
public $default_port = 6667;
|
||||
// public $default_port = 6667;
|
||||
|
||||
/**
|
||||
* @type bool
|
||||
|
@ -8,7 +8,7 @@ class HTMLPurifier_URIScheme_ircs extends HTMLPurifier_URIScheme
|
||||
/**
|
||||
* @type int
|
||||
*/
|
||||
public $default_port = 6697;
|
||||
// public $default_port = 6697;
|
||||
|
||||
/**
|
||||
* @type bool
|
||||
|
Loading…
Reference in New Issue
Block a user