#13897 closed defect (bug) (fixed)
Typo in class-http.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0.1 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | HTTP API | Keywords: | has-patch dev-feedback |
| Focuses: | Cc: |
Description
"scheme" is an array index of $arrURL, not $url (a string).
Attachments (3)
Change History (11)
#2
@
16 years ago
While we did a review in IRC and I had my fingers in that file fixing whitespaces in that function I just added it here.
Nice find of the problem btw, the faulty code never does notices. I would even consider to see the single problem fixed in 3.0.0.
Note: See
TracTickets for help on using
tickets.
just saw, in case someone is on it, let some whitespace in 241:
$arrURL = parse_url( $url );