Legoktm has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/99/187299/1

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: newchange
Gerrit-Change-Id: I7e922fb41d0179905156d12ec227c0b162af3886
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to