From: Magnus Manske Date: Fri, 6 Aug 2004 16:09:45 +0000 (+0000) Subject: This should fix bug 975072 (Move page doesn't update categories page) X-Git-Tag: 1.5.0alpha1~2504 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=605f0d728ff5a8962462a17b0a15e1f2d825a670;p=lhc%2Fweb%2Fwiklou.git This should fix bug 975072 (Move page doesn't update categories page) --- diff --git a/includes/SpecialMovepage.php b/includes/SpecialMovepage.php index 56daac5e1c..4862499d1d 100644 --- a/includes/SpecialMovepage.php +++ b/includes/SpecialMovepage.php @@ -145,6 +145,7 @@ class MovePageForm { } } + $titleObj = Title::makeTitle( NS_SPECIAL, "Movepage" ); $success = $titleObj->getFullURL( "action=success&oldtitle=" . wfUrlencode( $ot->getPrefixedText() ) .