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

Change subject: Fix "MWExceptionHandler" class name
......................................................................


Fix "MWExceptionHandler" class name

Change-Id: I7e922fb41d0179905156d12ec227c0b162af3886
---
M includes/specials/SpecialCentralAutoLogin.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/specials/SpecialCentralAutoLogin.php 
b/includes/specials/SpecialCentralAutoLogin.php
index 686a17a..4d7e18e 100644
--- a/includes/specials/SpecialCentralAutoLogin.php
+++ b/includes/specials/SpecialCentralAutoLogin.php
@@ -45,7 +45,7 @@
                        $result = JavaScriptMinifier::minify( $contents ) . 
"\n/* cache key: $key */";
                        $cache->set( $key, $result );
                } catch ( Exception $e ) {
-                       ExceptionHandler::logException( $e );
+                       MWExceptionHandler::logException( $e );
                        wfDebugLog( 'CentralAuth', __METHOD__ . ": minification 
failed for $name: $e" );
                        $result = ResourceLoader::formatException( $e ) . "\n" 
. $contents;
                }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7e922fb41d0179905156d12ec227c0b162af3886
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to