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 committed Dec 2, 2015
1 parent cc7037e commit 6816352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES-1.26
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ THIS IS NOT YET A RELEASE!
=== Changes since 1.26 ===
* Fixed ConfigException in ExpandTemplates due to AlwaysUseTidy.
* Fixed stray literal \n in Special:Search.
* Fix issue that breaks HHVM Repo Authorative mode.

== MediaWiki 1.26 ==

Expand Down
2 changes: 1 addition & 1 deletion includes/debug/logger/LoggerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static function getProvider() {
* @return \\Psr\\Log\\LoggerInterface
*/
public static function getInstance( $channel ) {
if ( !interface_exists( '\Psr\Log\LoggerInterface' ) ) {
if ( !interface_exists( 'Psr\Log\LoggerInterface' ) ) {
$message = (
'MediaWiki requires the <a href="https://github.com/php-fig/log">PSR-3 logging ' .
"library</a> to be present. This library is not embedded directly in MediaWiki's " .
Expand Down

0 comments on commit 6816352

Please sign in to comment.