Update commented-out code to reflect T189222

Bug: T189222
Change-Id: I4301fda9fb1001ef845327ee385aa73a8a606633
This commit is contained in:
zoranzoki21 2023-11-03 23:28:18 +01:00
parent 9bbb470237
commit e93f63f472

View file

@ -28,7 +28,7 @@ class ApiAJAXPollSubmitVote extends ApiBase {
!$id || $id === null ||
!$answer || $answer === null
) {
$this->dieUsageMsg( 'missingparam' );
$this->dieWithError( 'missingparam' );
}
*/