Mattflaschen has uploaded a new change for review.

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

Change subject: Have back-compat shim actually return the value
......................................................................

Have back-compat shim actually return the value

Bug: T94958
Change-Id: I75fbd11c8bb357b83079402592e8863acef18fb1
(cherry picked from commit 54dff6a5e543fb735e2673d0fe859476eca34e8f)
---
M includes/libs/normal/UtfNormalUtil.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/54/201654/1

diff --git a/includes/libs/normal/UtfNormalUtil.php 
b/includes/libs/normal/UtfNormalUtil.php
index 38d740d..ad9a2b9 100644
--- a/includes/libs/normal/UtfNormalUtil.php
+++ b/includes/libs/normal/UtfNormalUtil.php
@@ -37,7 +37,7 @@
  * @deprecated since 1.25, use UtfNormal\Utils directly
  */
 function codepointToUtf8( $codepoint ) {
-       Utils::codepointToUtf8( $codepoint );
+       return Utils::codepointToUtf8( $codepoint );
 }
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I75fbd11c8bb357b83079402592e8863acef18fb1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.25wmf24
Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org>

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

Reply via email to