Page MenuHomePhorge

Fix regression in DiffusionDiffQueryConduitAPIMethod
ClosedPublic

Authored by valerio.bozzolan on Oct 2 2023, 14:51.
Tags
None
Referenced Files
F4069270: D25444.1746832860.diff
Thu, May 8, 23:21
F4036684: D25444.1746718795.diff
Wed, May 7, 15:39
F4036683: D25444.1746718794.diff
Wed, May 7, 15:39
F4036682: D25444.1746718793.diff
Wed, May 7, 15:39
F4027006: D25444.1746688709.diff
Wed, May 7, 07:18
F3981255: D25444.1746547645.diff
Mon, May 5, 16:07
F3981248: D25444.1746547624.diff
Mon, May 5, 16:07
F3981246: D25444.1746547614.diff
Mon, May 5, 16:06

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable