r101562 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101561‎ | r101562 | r101563 >
Date:00:15, 2 November 2011
Author:johnduhart
Status:ok
Tags:
Comment:
Followup r101141, fix depcreated syntax
Modified paths:
  • /trunk/extensions/CSS/CSS.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CSS/CSS.php
@@ -46,7 +46,7 @@
4747 # "blue link" Article
4848 $url = $title->getLocalURL( 'action=raw&ctype=text/css' );
4949 $headItem = HTML::linkedStyle( $url );
50 - } elseif ( $css{0} == '/' ) {
 50+ } elseif ( $css[0] == '/' ) {
5151 # Regular file
5252 $base = $wgCSSPath === false ? $wgScriptPath : $wgCSSPath;
5353 $headItem = HTML::linkedStyle( $base . $css );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101141Committing patch by Rusty Burchfield...johnduhart15:32, 28 October 2011

Status & tagging log