]> source.dussan.org Git - nextcloud-server.git/commitdiff
use dbname for non privileged user
authorJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 1 Aug 2012 13:00:54 +0000 (15:00 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 1 Aug 2012 13:00:54 +0000 (15:00 +0200)
lib/setup.php

index bf7b6e36828c5e8116095775ee0d58cb6fee8186..61210560aba6d600328ddcb90a1676c7e334910e 100644 (file)
@@ -285,6 +285,7 @@ class OC_Setup {
                                         } else {
 
                                                 OC_CONFIG::setValue('dbuser', $dbuser);
+                                                OC_CONFIG::setValue('dbname', $dbname);
                                                 OC_CONFIG::setValue('dbpassword', $dbpass);
 
                                                 //create the database not neccessary, oracle implies user = schema