Alex Monk has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/327714 )
Change subject: Fix typo in function name ...................................................................... Fix typo in function name Bug: T153424 Change-Id: I8c93dab31b860c698f6a4592e8261e95947636db (cherry picked from commit da21a074783223e3ff9859f7972011c2e45db007) --- M api/MWOAuthSessionProvider.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OAuth refs/changes/14/327714/1 diff --git a/api/MWOAuthSessionProvider.php b/api/MWOAuthSessionProvider.php index 54e5b30..8f9ff11 100644 --- a/api/MWOAuthSessionProvider.php +++ b/api/MWOAuthSessionProvider.php @@ -49,7 +49,7 @@ array_shift( $params ); $msg = wfMessage( $key, $params ); if ( class_exists( \ApiUsageException::class ) ) { - $exception = \ApiUsageException::newWithMesage( null, $msg ); + $exception = \ApiUsageException::newWithMessage( null, $msg ); } else { $msg = $msg->inLanguage( 'en' )->useDatabase( false )->plain(); $exception = new \UsageException( $msg, $key ); -- To view, visit https://gerrit.wikimedia.org/r/327714 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8c93dab31b860c698f6a4592e8261e95947636db Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OAuth Gerrit-Branch: wmf/1.29.0-wmf.6 Gerrit-Owner: Alex Monk <a...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits