Parcourir la source

PostgreSQL database case (#6482)

fix https://github.com/FreshRSS/FreshRSS/issues/6479
Alexandre Alapetite il y a 1 an
Parent
commit
14b397afdf
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      app/install.php

+ 0 - 3
app/install.php

@@ -116,9 +116,6 @@ function saveStep2(): void {
 					'bd_prefix' => substr($_POST['prefix'], 0, 16),
 					'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
 		// We use dirname to remove the /i part
 		$base_url = dirname(Minz_Request::guessBaseUrl());
 		$base_url = dirname(Minz_Request::guessBaseUrl());