Reedy has uploaded a new change for review.

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

Change subject: Fixup MW for HHVM Repo Authorative mode
......................................................................

Fixup MW for HHVM Repo Authorative mode

https://github.com/facebook/hhvm/issues/5834
https://github.com/facebook/hhvm/issues/5833

Change-Id: I138ffa5df874c5660897dc7feab36adef9f32aea
---
M RELEASE-NOTES-1.26
M includes/debug/logger/LoggerFactory.php
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/64/255964/1

diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26
index 499244b..2abac39 100644
--- a/RELEASE-NOTES-1.26
+++ b/RELEASE-NOTES-1.26
@@ -8,6 +8,7 @@
 === 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 ==
 
diff --git a/includes/debug/logger/LoggerFactory.php 
b/includes/debug/logger/LoggerFactory.php
index 0b6965f..1e44b70 100644
--- a/includes/debug/logger/LoggerFactory.php
+++ b/includes/debug/logger/LoggerFactory.php
@@ -94,7 +94,7 @@
         * @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 " .

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I138ffa5df874c5660897dc7feab36adef9f32aea
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_26
Gerrit-Owner: Reedy <re...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to