Mattflaschen has uploaded a new change for review.
https://gerrit.wikimedia.org/r/201646
Change subject: Have back-compat shim actually return the value
......................................................................
Have back-compat shim actually return the value
Bug: T94958
Change-Id: I75fbd11c8bb357b83079402592e8863acef18fb1
---
M includes/libs/normal/UtfNormalUtil.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/46/201646/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/201646
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: master
Gerrit-Owner: Mattflaschen <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits