From 14b397afdfa4f6ed69e0f40f75e262ac3cad0f3a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 23 May 2024 16:34:53 +0200 Subject: PostgreSQL database case (#6482) fix https://github.com/FreshRSS/FreshRSS/issues/6479 --- app/install.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/install.php') diff --git a/app/install.php b/app/install.php index 7e4a4121f..35ee5c295 100644 --- a/app/install.php +++ b/app/install.php @@ -116,9 +116,6 @@ function saveStep2(): void { 'bd_prefix' => substr($_POST['prefix'], 0, 16), ]); } - if (Minz_Session::paramString('bd_type') === 'pgsql') { - Minz_Session::_param('bd_base', strtolower(Minz_Session::paramString('bd_base'))); - } // We use dirname to remove the /i part $base_url = dirname(Minz_Request::guessBaseUrl()); -- cgit v1.2.3