瀏覽代碼

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());