From 7db6906e37ba2b4603e501b39760dff43a428676 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 30 Jan 2019 12:55:04 +0100 Subject: [PATCH] Make "0.9 or newer" a default selection for db schema update box --- installer/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {