From 15f0d86b1e3face6ae448306ab3412413b2c396e Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 22 Jul 2011 10:48:16 +0000 Subject: [PATCH] And I forgot to rename that variable in r92855 --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } -- 2.20.1