Fixed column name typo
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 21 Jul 2014 23:44:57 +0000 (16:44 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 21 Jul 2014 23:44:57 +0000 (16:44 -0700)
Change-Id: I30bc66c0fdd8c2f787b0796f7ecb00a6fea3a924

includes/specials/SpecialMergeHistory.php

index c9d3a66..510055a 100644 (file)
@@ -452,7 +452,7 @@ class SpecialMergeHistory extends SpecialPage {
                                $dbw->insert( 'pagelinks',
                                        array(
                                                'pl_from' => $this->mDestID,
-                                               'pf_from_namespace' => $destTitle->getNamespace(),
+                                               'pl_from_namespace' => $destTitle->getNamespace(),
                                                'pl_namespace' => $destTitle->getNamespace(),
                                                'pl_title' => $destTitle->getDBkey() ),
                                        __METHOD__