From 1af3e35b38ffcff1505bb371b67f10c8d1bc2193 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 17 Oct 2011 09:11:07 +0000 Subject: [PATCH] Old link is not always known, it depends on $createRedirect --- includes/specials/SpecialMovepage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index 8b52fd83da..d6ac2c872d 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -536,7 +536,7 @@ class MovePageForm extends UnlistedSpecialPage { if ( $this->fixRedirects ) { DoubleRedirectJob::fixRedirects( 'move', $oldSubpage, $newSubpage ); } - $oldLink = Linker::linkKnown( + $oldLink = Linker::link( $oldSubpage, null, array(), -- 2.20.1