And I forgot to rename that variable in r92855
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 22 Jul 2011 10:48:16 +0000 (10:48 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 22 Jul 2011 10:48:16 +0000 (10:48 +0000)
includes/OutputPage.php

index aa80c2d..180f9a0 100644 (file)
@@ -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';
                        }