Merge "Update commented-out code to reflect T189222"

This commit is contained in:
jenkins-bot 2023-11-07 18:34:24 +00:00 committed by Gerrit Code Review
commit ee404517b3

View file

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