aboutsummaryrefslogtreecommitdiffstats
path: root/lib/setup/postgresql.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-04-03 17:52:18 +0200
committerBart Visscher <bartv@thisnet.nl>2013-06-29 21:15:05 +0200
commit6831b78597ae38ed03343e274448dfb210af817b (patch)
tree04ca627fc599517765fd4b73c6aa7f9eae71773c /lib/setup/postgresql.php
parent2faccaee0d22efa6b23586b65f222e8cc5404366 (diff)
downloadnextcloud-server-6831b78597ae38ed03343e274448dfb210af817b.tar.gz
nextcloud-server-6831b78597ae38ed03343e274448dfb210af817b.zip
Use db setup class for option validation
Diffstat (limited to 'lib/setup/postgresql.php')
-rw-r--r--lib/setup/postgresql.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/setup/postgresql.php b/lib/setup/postgresql.php
index 3fb1e6b8787..67e4f901a91 100644
--- a/lib/setup/postgresql.php
+++ b/lib/setup/postgresql.php
@@ -3,6 +3,8 @@
namespace OC\Setup;
class PostgreSQL extends AbstractDatabase {
+ public $dbprettyname = 'PostgreSQL';
+
public function setupDatabase($username) {
$e_host = addslashes($this->dbhost);
$e_user = addslashes($this->dbuser);