diff --git a/installer/test.php b/installer/test.php index 735e1f2c0..5c503ee6e 100644 --- a/installer/test.php +++ b/installer/test.php @@ -165,7 +165,7 @@ if ($db_working) { echo '"; $select = $RCI->versions_select(array('name' => 'version')); $select->add('0.9 or newer', ''); - echo '

You should run the update queries to get the schema fixed.

Version to update from: ' . $select->show() . ' 

'; + echo '

You should run the update queries to get the schema fixed.

Version to update from: ' . $select->show('') . ' 

'; $db_working = false; } else {