r46897 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46896‎ | r46897 | r46898 >
Date:05:44, 6 February 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Fixed missing quotes in r46840
Modified paths:
  • /branches/REL1_13/phase3/config/index.php (modified) (history)
  • /branches/REL1_14/phase3/config/index.php (modified) (history)

Diff [purge]

Index: branches/REL1_13/phase3/config/index.php
@@ -1345,7 +1345,7 @@
13461346 <label class='column'>Database type:</label>
13471347 <?php
13481348 if (isset($errs['DBpicktype'])) {
1349 - print "\t<span class='error'>" . htmlspecialchars( $errs[DBpicktype] ) . "</span>\n";
 1349+ print "\t<span class='error'>" . htmlspecialchars( $errs['DBpicktype'] ) . "</span>\n";
13501350 }
13511351 ?>
13521352 <ul class='plain'><?php
Index: branches/REL1_14/phase3/config/index.php
@@ -1359,7 +1359,7 @@
13601360 <label class='column'>Database type:</label>
13611361 <?php
13621362 if (isset($errs['DBpicktype'])) {
1363 - print "\t<span class='error'>" . htmlspecialchars( $errs[DBpicktype] ) . "</span>\n";
 1363+ print "\t<span class='error'>" . htmlspecialchars( $errs['DBpicktype'] ) . "</span>\n";
13641364 }
13651365 ?>
13661366 <ul class='plain'><?php

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46840* Fixed a whole lot of XSS vulnerabilities in the installer. All require a li...tstarling08:56, 5 February 2009

Status & tagging log