X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPermanentLink.php;h=17115e8863ddd435ab4cbc2d845035a772fc03d2;hb=84b490949fd7a0ba5ae38f0def28add95a9f22ec;hp=6c2ffe906d0e030f24d2da482b33b1ee76df53d0;hpb=e92d87c26c408441d8c229fc1e9c7e0bcd93898a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialPermanentLink.php b/includes/specials/SpecialPermanentLink.php index 6c2ffe906d..17115e8863 100644 --- a/includes/specials/SpecialPermanentLink.php +++ b/includes/specials/SpecialPermanentLink.php @@ -39,6 +39,7 @@ class SpecialPermanentLink extends RedirectSpecialPage { throw new ErrorPageError( 'nopagetitle', 'nopagetext' ); } $this->mAddedRedirectParams['oldid'] = $subpage; + return true; } }