Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/148273

Change subject: Fixed column name typo
......................................................................

Fixed column name typo

Change-Id: I30bc66c0fdd8c2f787b0796f7ecb00a6fea3a924
---
M includes/specials/SpecialMergeHistory.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/73/148273/1

diff --git a/includes/specials/SpecialMergeHistory.php 
b/includes/specials/SpecialMergeHistory.php
index c9d3a66..510055a 100644
--- a/includes/specials/SpecialMergeHistory.php
+++ b/includes/specials/SpecialMergeHistory.php
@@ -452,7 +452,7 @@
                                $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__

-- 
To view, visit https://gerrit.wikimedia.org/r/148273
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I30bc66c0fdd8c2f787b0796f7ecb00a6fea3a924
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to