diff --git a/modules/controller.js b/modules/controller.js index 7a247b4b0..e7b13c2d9 100644 --- a/modules/controller.js +++ b/modules/controller.js @@ -105,7 +105,7 @@ function getPageData( pageName, oldId ) { list: 'linterrors', lntcategories: 'fostered', lntlimit: 1, - lntpageid: mw.config.get( 'wgArticleId' ) + lnttitle: pageName } ).then( function ( response ) { return OO.getProp( response, 'query', 'linterrors' ) || []; } );