Ori.livneh has submitted this change and it was merged.

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(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I30bc66c0fdd8c2f787b0796f7ecb00a6fea3a924
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to