spelling: maybe
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
aaff886c55
commit
2172d44c33
|
@ -349,7 +349,7 @@ class Network
|
|||
$pair = $param . '=' . str_replace(' ', '+', $value);
|
||||
$url = str_replace($pair, '', $url);
|
||||
|
||||
// Third try: Maybey the url isn't encoded at all
|
||||
// Third try: Maybe the url isn't encoded at all
|
||||
$pair = $param . '=' . $value;
|
||||
$url = str_replace($pair, '', $url);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user