From: Alexandre Emsenhuber Date: Fri, 1 Aug 2008 09:22:39 +0000 (+0000) Subject: Remove call to Linker::postParseLinkColour() which is useless and deprecated X-Git-Tag: 1.31.0-rc.0~46230 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=a07623a49f920c9c07c2a96ab820ed952f67ed70;p=lhc%2Fweb%2Fwiklou.git Remove call to Linker::postParseLinkColour() which is useless and deprecated --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 4fbdebde59..22de81d8f1 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -856,13 +856,9 @@ class OutputPage { $this->addScriptFile( 'rightclickedit.js' ); } - # Buffer output; final headers may depend on later processing ob_start(); - # Disable temporary placeholders, so that the skin produces HTML - $sk->postParseLinkColour( false ); - $wgRequest->response()->header( "Content-type: $wgMimeType; charset={$wgOutputEncoding}" ); $wgRequest->response()->header( 'Content-language: '.$wgContLanguageCode );