r92856 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92855‎ | r92856 | r92857 >
Date:10:48, 22 July 2011
Author:ialex
Status:ok
Tags:
Comment:
And I forgot to rename that variable in r92855
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -3022,7 +3022,7 @@
30233023 if ( $wgAllowUserCss ) {
30243024 if ( $this->getTitle()->isCssSubpage() && $this->userCanPreview() ) {
30253025 // @todo FIXME: Properly escape the cdata!
3026 - $out->addInlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) );
 3026+ $this->addInlineStyle( $this->getRequest()->getText( 'wpTextbox1' ) );
30273027 } else {
30283028 $moduleStyles[] = 'user';
30293029 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92855Reduce a bit the coupling between Skin and OutputPage:...ialex10:45, 22 July 2011

Status & tagging log