matomo: update patch

laalsaas c7cfdadc 4fb9aa5a

+3 -3
+3 -3
pkgs/by-name/ma/matomo/make-localhost-default-database-host.patch
··· 1 1 diff --git a/plugins/Installation/FormDatabaseSetup.php b/plugins/Installation/FormDatabaseSetup.php 2 - index 74de2535b4..bc172ad0eb 100644 2 + index 97c7e74460..d70e83d155 100644 3 3 --- a/plugins/Installation/FormDatabaseSetup.php 4 4 +++ b/plugins/Installation/FormDatabaseSetup.php 5 - @@ -82,7 +82,7 @@ class FormDatabaseSetup extends QuickForm2 5 + @@ -96,7 +96,7 @@ class FormDatabaseSetup extends QuickForm2 6 6 7 7 8 8 $defaults = array( ··· 10 10 + 'host' => 'localhost', 11 11 'type' => $defaultDatabaseType, 12 12 'tables_prefix' => 'matomo_', 13 - ); 13 + 'schema' => 'Mysql',