From b5c32b769852e0def81210bf62fecc91ad391c05 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 31 May 2005 08:59:12 +0000 Subject: [PATCH] typo--wrong func name --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index d2b47e0b0c..b2e124db5e 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1726,7 +1726,7 @@ class Title { array( 'pl_from' => $newid, 'pl_namespace' => $this->getNamespace(), - 'pl_title' => $this->getTitle() ), + 'pl_title' => $this->getDBkey() ), $fname ); # Non-existent target may have had broken links to it; these must -- 2.20.1