mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-12 16:18:09 +00:00
fix query format
This commit is contained in:
parent
ee3d403364
commit
acad5e14cc
@ -184,7 +184,10 @@ class Request
|
||||
$this->_host,
|
||||
$this->_port,
|
||||
$this->_path,
|
||||
$this->_query
|
||||
$this->_query ? sprintf(
|
||||
'?%s',
|
||||
$this->_query
|
||||
) : null
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user