X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fpage%2Fimage-pagination.js;h=6a7d0b92e121d4c5de6130e5bcc1447117e23794;hb=08a3993adcd046f47cc47d58c8e41959840ffb9a;hp=6038a574c8dea6d552d0476a891976534ab2bb21;hpb=c8d361a38027ef5d808225b8a83f15417248aa67;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/page/image-pagination.js b/resources/src/mediawiki/page/image-pagination.js index 6038a574c8..6a7d0b92e1 100644 --- a/resources/src/mediawiki/page/image-pagination.js +++ b/resources/src/mediawiki/page/image-pagination.js @@ -104,7 +104,7 @@ var page, url; // Generate the same URL on client side as the one generated in ImagePage::openShowImage. - // We avoid using the URL in the link directly since it could have been manipulated (bug 66608) + // We avoid using the URL in the link directly since it could have been manipulated (T68608) page = Number( mw.util.getParamValue( 'page', this.href ) ); url = mw.util.getUrl( mw.config.get( 'wgPageName' ), { page: page } );