Skip to content

Commit

Permalink
Fixup MW for HHVM Repo Authorative mode
Browse files Browse the repository at this point in the history
facebook/hhvm#5834
facebook/hhvm#5833

Change-Id: I138ffa5df874c5660897dc7feab36adef9f32aea
  • Loading branch information
reedy authored and bd808 committed Nov 30, 2015
1 parent 5bbdb95 commit 5663438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/debug/logger/LoggerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static function getProvider() {
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 <a href="https://github.com/php-fig/log">PSR-3 logging ' .
Expand Down

0 comments on commit 5663438

Please sign in to comment.