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->setPort();
$this->setUser();
$this->setPass();
$this->setPathParts();
$this->setArguments();
$this->setAnchor();

Loading…
Cancel
Save