소스 검색

PostgreSQL database case (#6482)

fix https://github.com/FreshRSS/FreshRSS/issues/6479
Alexandre Alapetite 2 년 전
부모
커밋
14b397afdf
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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),
 				]);
 		}
-		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());