Skip to content

Commit c7cfdad

Browse files
committed
matomo: update patch
1 parent 4fb9aa5 commit c7cfdad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
diff --git a/plugins/Installation/FormDatabaseSetup.php b/plugins/Installation/FormDatabaseSetup.php
2-
index 74de2535b4..bc172ad0eb 100644
2+
index 97c7e74460..d70e83d155 100644
33
--- a/plugins/Installation/FormDatabaseSetup.php
44
+++ b/plugins/Installation/FormDatabaseSetup.php
5-
@@ -82,7 +82,7 @@ class FormDatabaseSetup extends QuickForm2
5+
@@ -96,7 +96,7 @@ class FormDatabaseSetup extends QuickForm2
66

77

88
$defaults = array(
99
- 'host' => '127.0.0.1',
1010
+ 'host' => 'localhost',
1111
'type' => $defaultDatabaseType,
1212
'tables_prefix' => 'matomo_',
13-
);
13+
'schema' => 'Mysql',

0 commit comments

Comments
 (0)