Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-02-05 16:23:58 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-05 16:23:58 +0400
commit33803a3595e9c271e66a467430dd0bf56f3da84c (patch)
treed58d836d5e2ebefcaf74a0a983207aa969922151
parent87a783e23e01c893741da0487166fd3e4e9d98e3 (diff)
Fix installation refs PR #219
-rw-r--r--plugins/Installation/FormDatabaseSetup.php1
m---------tests/PHPUnit/UI0
2 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Installation/FormDatabaseSetup.php b/plugins/Installation/FormDatabaseSetup.php
index 0e5413c56c..ce4df518f5 100644
--- a/plugins/Installation/FormDatabaseSetup.php
+++ b/plugins/Installation/FormDatabaseSetup.php
@@ -107,6 +107,7 @@ class FormDatabaseSetup extends QuickForm2
'tables_prefix' => $this->getSubmitValue('tables_prefix'),
'adapter' => $adapter,
'port' => $port,
+ 'schema' => Config::getInstance()->database['schema'],
'type' => Config::getInstance()->database['type']
);
diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
-Subproject 5ac55949cd5fac45a1645767d1c6649284d632f
+Subproject efc5076dfc5091c25274383de1d212674b486d9