Fixed missing quotes in r46840
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 6 Feb 2009 05:43:26 +0000 (05:43 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 6 Feb 2009 05:43:26 +0000 (05:43 +0000)
config/index.php

index 6414cb9..3a4ac7e 100644 (file)
@@ -1398,7 +1398,7 @@ if( count( $errs ) ) {
        <label class='column'>Database type:</label>
 <?php 
        if (isset($errs['DBpicktype'])) {
-               print "\t<span class='error'>" . htmlspecialchars( $errs[DBpicktype] ) . "</span>\n";
+               print "\t<span class='error'>" . htmlspecialchars( $errs['DBpicktype'] ) . "</span>\n";
        }
 ?>
        <ul class='plain'><?php