Page MenuHomePhorge

Fix regression in DiffusionDiffQueryConduitAPIMethod
ClosedPublic

Authored by valerio.bozzolan on Oct 2 2023, 14:51.
Tags
None
Referenced Files
F3837256: D25444.1746090197.diff
Wed, Apr 30, 09:03
F3801670: D25444.1745960333.diff
Mon, Apr 28, 20:58
F3797565: D25444.1745929622.diff
Mon, Apr 28, 12:27
F3783203: D25444.1745905058.diff
Mon, Apr 28, 05:37
F3777312: D25444.1745881185.diff
Sun, Apr 27, 22:59
F3763294: D25444.1745839140.diff
Sun, Apr 27, 11:19
F3763293: D25444.1745839139.diff
Sun, Apr 27, 11:18
F3763292: D25444.1745839138.diff
Sun, Apr 27, 11:18

Details

Summary

Fix the following error you may encounter in production:

Too few arguments to function DiffusionDiffQueryConduitAPIMethod::getDefaultParser(), 0 passed in /var/www/phorge/src/applications/diffusion/conduit/DiffusionDiffQueryConduitAPIMethod.php on line 156 and exactly 1 expected

It was caused by the lack of a new mandatory parameter in a method.

Closes T15649

Test Plan

Check with your big eyes that a ConduitAPIRequest is passed to getDefaultParser().

Diff Detail

Repository
rP Phorge
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 857
Build 857: arc lint + arc unit