Page MenuHomePhabricator

Fixed undefined variable error in call from ConduitIntListParameterType
ClosedPublic

Authored by gd on Oct 17 2016, 12:16 PM.
Tags
None
Referenced Files
F13061342: D16712.diff
Fri, Apr 19, 7:16 PM
F13060186: D16712.diff
Fri, Apr 19, 5:28 PM
Unknown Object (File)
Wed, Apr 17, 2:26 PM
Unknown Object (File)
Tue, Apr 16, 7:47 PM
Unknown Object (File)
Thu, Apr 11, 7:23 AM
Unknown Object (File)
Thu, Apr 11, 6:54 AM
Unknown Object (File)
Sun, Apr 7, 12:24 AM
Unknown Object (File)
Feb 19 2024, 12:09 PM
Subscribers
Tokens
"Haypence" token, awarded by epriestley.

Details

Summary

$strict parameter was missing in $this->parseIntValue(...) call.

Test Plan
$ curl http://$PHABRICATOR_HOST/api/maniphest.search -d api.token=$CONDUIT_TOKEN -d constraints[priorities][0]=90 -d limit=1
# OK

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gd retitled this revision from to Fixed undefined variable error in call from ConduitIntListParameterType.
gd updated this object.
gd edited the test plan for this revision. (Show Details)
gd added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Oct 17 2016, 12:35 PM
This revision was automatically updated to reflect the committed changes.