Page MenuHomePhorge

Fix regression in DiffusionDiffQueryConduitAPIMethod
ClosedPublic

Authored by valerio.bozzolan on Oct 2 2023, 14:51.
Tags
None
Referenced Files
F3299531: D25444.1743023595.diff
Tue, Mar 25, 21:13
F3295206: D25444.1742952375.diff
Tue, Mar 25, 01:26
F3294963: D25444.1742947440.diff
Tue, Mar 25, 00:04
F3254934: D25444.1742488131.diff
Wed, Mar 19, 16:28
F3220869: D25444.1741813190.diff
Tue, Mar 11, 20:59
F3220114: D25444.1741800388.diff
Tue, Mar 11, 17:26
F2997041: D25444.1740390820.diff
Feb 23 2025, 09:53
F2990014: D25444.1740168328.diff
Feb 20 2025, 20:05

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