Page MenuHomePhabricator

Typo: HTTP options are not passed
Closed, ResolvedPublicBUG REPORT

Description

In the line 923 of includes/EDUtils.php $options are not passed to EDHttpWithHeaders::get():

$page = EDHttpWithHeaders::get( $url);

In the line 903 they are.

Also, __METHOD__ is not passed in both cases.

A patch will follow soon.

Event Timeline

alex-mashin triaged this task as Unbreak Now! priority.

Change 603813 had a related patch set uploaded (by Alex Mashin; owner: mashin):
[mediawiki/extensions/ExternalData@master] Fix typo: pass $options to EDHttpWithHeaders::get()

https://gerrit.wikimedia.org/r/603813

Change 603813 merged by jenkins-bot:
[mediawiki/extensions/ExternalData@master] Fix typo: pass $options to EDHttpWithHeaders::get()

https://gerrit.wikimedia.org/r/603813

tstarling lowered the priority of this task from Unbreak Now! to High.Jun 10 2020, 6:28 AM