From: Brion Vibber Date: Tue, 31 May 2005 08:59:12 +0000 (+0000) Subject: typo--wrong func name X-Git-Tag: 1.5.0alpha2~24 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=b5c32b769852e0def81210bf62fecc91ad391c05;p=lhc%2Fweb%2Fwiklou.git typo--wrong func name --- 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