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

Change subject: Replace wfBaseConvert with Wikimedia\base_convert
......................................................................


Replace wfBaseConvert with Wikimedia\base_convert

Change-Id: I1a6d3b3fbd4fcd7059147f8a4119853121864f3c
---
M Score.body.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/Score.body.php b/Score.body.php
index b8d8377..8b70c7d 100644
--- a/Score.body.php
+++ b/Score.body.php
@@ -304,7 +304,7 @@
                        }
 
                        /* image file path and URL prefixes */
-                       $imageCacheName = wfBaseConvert( sha1( serialize( 
$cacheOptions ) ), 16, 36, 31 );
+                       $imageCacheName = Wikimedia\base_convert( sha1( 
serialize( $cacheOptions ) ), 16, 36, 31 );
                        $imagePrefixEnd = "{$imageCacheName[0]}/" .
                                "{$imageCacheName[1]}/$imageCacheName";
                        $options['dest_storage_path'] = 
"$baseStoragePath/$imagePrefixEnd";

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1a6d3b3fbd4fcd7059147f8a4119853121864f3c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Score
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to