File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ THIS IS NOT YET A RELEASE!
8
8
=== Changes since 1.25.3 ===
9
9
* (T103237) $wgUseGzip had no effect when using file cache.
10
10
* (T114606) mw.notify was not correctly fixed to the page if
11
- initialized while not at the top of the page
11
+ initialized while not at the top of the page.
12
+ * * Fix issue that breaks HHVM Repo Authorative mode.
12
13
13
14
== MediaWiki 1.25.3 ==
14
15
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public static function getProvider() {
94
94
* @return \Psr\Log\LoggerInterface
95
95
*/
96
96
public static function getInstance ( $ channel ) {
97
- if ( !interface_exists ( '\ Psr\Log\LoggerInterface ' ) ) {
97
+ if ( !interface_exists ( 'Psr\Log\LoggerInterface ' ) ) {
98
98
$ message = (
99
99
'MediaWiki requires the <a href="https://github.com/php-fig/log">PSR-3 logging ' .
100
100
"library</a> to be present. This library is not embedded directly in MediaWiki's " .
You can’t perform that action at this time.
0 commit comments