r77946 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r77945
|
r77946
|
r77947
>
Date:
01:42, 7 December 2010
Author:
demon
Status:
ok
Tags:
Comment:
Fix
r77650
, notice about undefined $css; was causing the serif font issue too
Modified paths:
/trunk/phase3/includes/installer/WebInstallerOutput.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/WebInstallerOutput.php
—
—
@@ -88,6 +88,7 @@
89
89
$skinDir = dirname( dirname( dirname( __FILE__ ) ) ) . '/skins';
90
90
$vectorCssFile = "$skinDir/vector/screen.css";
91
91
$configCssFile = "$skinDir/common/config.css";
92
+ $css = '';
92
93
wfSuppressWarnings();
93
94
$vectorCss = file_get_contents( $vectorCssFile );
94
95
$configCss = file_get_contents( $configCssFile );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r77650
Fix for
r76480
: !$css was never true, since it always contained \n. This way ...
demon
13:46, 3 December 2010
Status & tagging log
13:31, 7 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r77946
[
removed:
new
added:
ok]