From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/debug/MWDebug.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'includes/debug/MWDebug.php') diff --git a/includes/debug/MWDebug.php b/includes/debug/MWDebug.php index ae2d9954..1249ebae 100644 --- a/includes/debug/MWDebug.php +++ b/includes/debug/MWDebug.php @@ -432,10 +432,8 @@ class MWDebug { // Cannot use OutputPage::addJsConfigVars because those are already outputted // by the time this method is called. - $html = Html::inlineScript( - ResourceLoader::makeLoaderConditionalScript( - ResourceLoader::makeConfigSetScript( array( 'debugInfo' => $debugInfo ) ) - ) + $html = ResourceLoader::makeInlineScript( + ResourceLoader::makeConfigSetScript( array( 'debugInfo' => $debugInfo ) ) ); } -- cgit v1.2.3-54-g00ecf