jenkins-bot has submitted this change and it was merged.

Change subject: getHex -> getAlphadecimal
......................................................................


getHex -> getAlphadecimal

Change-Id: Ie50a7f64b4194bb18f26c305e94e948d98619583
(cherry picked from commit 5a2ba096b595d2fbecf921e946ce3057141c57e4)
---
M maintenance/FlowUpdateUserWiki.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/maintenance/FlowUpdateUserWiki.php 
b/maintenance/FlowUpdateUserWiki.php
index 6b2571c..58ed9fd 100644
--- a/maintenance/FlowUpdateUserWiki.php
+++ b/maintenance/FlowUpdateUserWiki.php
@@ -96,7 +96,7 @@
                        throw new \MWException( 'SQL error in maintenance 
script ' . __CLASS__ . '::' . __METHOD__ );
                }
 
-               $this->output( "processing workflow: " . $wf->getId()->getHex() 
. ' in ' . __METHOD__ . "\n" );
+               $this->output( "processing workflow: " . 
$wf->getId()->getAlphadecimal() . ' in ' . __METHOD__ . "\n" );
                $this->checkForSlave();
        }
 
@@ -249,7 +249,7 @@
                        }
                }
 
-               $this->output( "processing $type: " . 
$revision->getRevisionId()->getHex() . ' in ' . __METHOD__ . "\n" );
+               $this->output( "processing $type: " . 
$revision->getRevisionId()->getAlphadecimal() . ' in ' . __METHOD__ . "\n" );
                $this->checkForSlave();
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie50a7f64b4194bb18f26c305e94e948d98619583
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: wmf/1.23wmf15
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to