From: Alexandre Emsenhuber Date: Fri, 22 Jul 2011 10:48:16 +0000 (+0000) Subject: And I forgot to rename that variable in r92855 X-Git-Tag: 1.31.0-rc.0~28686 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=15f0d86b1e3face6ae448306ab3412413b2c396e;p=lhc%2Fweb%2Fwiklou.git And I forgot to rename that variable in r92855 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index aa80c2ddcc..180f9a063a 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -3022,7 +3022,7 @@ $templates if ( $wgAllowUserCss ) { if ( $this->getTitle()->isCssSubpage() && $this->userCanPreview() ) { // @todo FIXME: Properly escape the cdata! - $out->addInlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) ); + $this->addInlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) ); } else { $moduleStyles[] = 'user'; }