r46896 MediaWiki - Code Review archive

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

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -1398,7 +1398,7 @@
13991399 <label class='column'>Database type:</label>
14001400 <?php
14011401 if (isset($errs['DBpicktype'])) {
1402 - print "\t<span class='error'>" . htmlspecialchars( $errs[DBpicktype] ) . "</span>\n";
 1402+ print "\t<span class='error'>" . htmlspecialchars( $errs['DBpicktype'] ) . "</span>\n";
14031403 }
14041404 ?>
14051405 <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