Merge "Drop nonexistent &redirect= parameter from API requests"

This commit is contained in:
jenkins-bot 2014-10-22 01:38:32 +00:00 committed by Gerrit Code Review
commit 9d25c2823d

View file

@ -109,8 +109,7 @@ ve.ui.MWLinkTargetInputWidget.prototype.getLookupRequest = function () {
gpssearch: this.value,
gpsnamespace: 0,
prop: 'info|pageprops',
ppprop: 'disambiguation',
redirect: ''
ppprop: 'disambiguation'
} );
} else {
// Don't send invalid titles to the API.