mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-14 10:44:41 +00:00
Merge "Update commented-out code to reflect T189222"
This commit is contained in:
commit
ee404517b3
|
@ -28,7 +28,7 @@ class ApiAJAXPollSubmitVote extends ApiBase {
|
|||
!$id || $id === null ||
|
||||
!$answer || $answer === null
|
||||
) {
|
||||
$this->dieUsageMsg( 'missingparam' );
|
||||
$this->dieWithError( 'missingparam' );
|
||||
}
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue