From c7cfdadc2e2f424a814f0d9f7e338e32b9fdade8 Mon Sep 17 00:00:00 2001 From: laalsaas Date: Mon, 10 Feb 2025 16:37:04 +0100 Subject: [PATCH] matomo: update patch --- .../ma/matomo/make-localhost-default-database-host.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ma/matomo/make-localhost-default-database-host.patch b/pkgs/by-name/ma/matomo/make-localhost-default-database-host.patch index 5af8ef860b2f..a716586bcf4e 100644 --- a/pkgs/by-name/ma/matomo/make-localhost-default-database-host.patch +++ b/pkgs/by-name/ma/matomo/make-localhost-default-database-host.patch @@ -1,8 +1,8 @@ diff --git a/plugins/Installation/FormDatabaseSetup.php b/plugins/Installation/FormDatabaseSetup.php -index 74de2535b4..bc172ad0eb 100644 +index 97c7e74460..d70e83d155 100644 --- a/plugins/Installation/FormDatabaseSetup.php +++ b/plugins/Installation/FormDatabaseSetup.php -@@ -82,7 +82,7 @@ class FormDatabaseSetup extends QuickForm2 +@@ -96,7 +96,7 @@ class FormDatabaseSetup extends QuickForm2 $defaults = array( @@ -10,4 +10,4 @@ index 74de2535b4..bc172ad0eb 100644 + 'host' => 'localhost', 'type' => $defaultDatabaseType, 'tables_prefix' => 'matomo_', - ); + 'schema' => 'Mysql',