summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjörn Schießle <schiesbn@potato.(none)>2012-09-17 17:03:57 +0200
committerBjörn Schießle <schiesbn@potato.(none)>2012-09-17 17:03:57 +0200
commit92413217b31ffcc485e06af679e3aa94e098c159 (patch)
treebe5e86e37ee0b16c691d2197b8710ac0d581d019 /lib
parent1207ae1f99d86c5335602ebc51011b204aa0d5e2 (diff)
parentc790a0c476a763383c49f43ceb1a366efe5d6a05 (diff)
downloadnextcloud-server-92413217b31ffcc485e06af679e3aa94e098c159.tar.gz
nextcloud-server-92413217b31ffcc485e06af679e3aa94e098c159.zip
Merge branch 'master' of github.com:owncloud/core
Diffstat (limited to 'lib')
-rw-r--r--lib/db.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/db.php b/lib/db.php
index 4d8e5a1a868..9c10512350f 100644
--- a/lib/db.php
+++ b/lib/db.php
@@ -232,6 +232,7 @@ class OC_DB {
$dsn['database'] = $name;
} else { // use dbname for hostspec
$dsn['hostspec'] = $name;
+ $dsn['database'] = $user;
}
break;
}