Fix “pass” part initialization

master 1.3.1
Julien Rosset 3 years ago
parent 9e87fee2ff
commit 7f20e29072

@ -56,6 +56,7 @@ class UrlInfo {
$this->setHost(); $this->setHost();
$this->setPort(); $this->setPort();
$this->setUser(); $this->setUser();
$this->setPass();
$this->setPathParts(); $this->setPathParts();
$this->setArguments(); $this->setArguments();
$this->setAnchor(); $this->setAnchor();

Loading…
Cancel
Save