From: Reedy Date: Sun, 29 Nov 2015 04:51:33 +0000 (+0000) Subject: Fixup MW for HHVM Repo Authorative mode X-Git-Tag: 1.31.0-rc.0~8856 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=56634389cccf18f2993c45cd255fa66691de7087;p=lhc%2Fweb%2Fwiklou.git Fixup MW for HHVM Repo Authorative mode https://github.com/facebook/hhvm/issues/5834 https://github.com/facebook/hhvm/issues/5833 Change-Id: I138ffa5df874c5660897dc7feab36adef9f32aea --- diff --git a/includes/debug/logger/LoggerFactory.php b/includes/debug/logger/LoggerFactory.php index 1573d7b086..b0a10cecf8 100644 --- a/includes/debug/logger/LoggerFactory.php +++ b/includes/debug/logger/LoggerFactory.php @@ -96,7 +96,7 @@ class LoggerFactory { public static function getInstance( $channel ) { static $hasPSR3Interface = null; if ( $hasPSR3Interface === null ) { - $hasPSR3Interface = interface_exists( '\Psr\Log\LoggerInterface' ); + $hasPSR3Interface = interface_exists( 'Psr\Log\LoggerInterface' ); if ( !$hasPSR3Interface ) { $message = ( 'MediaWiki requires the PSR-3 logging ' .