]> source.dussan.org Git - nextcloud-server.git/commitdiff
save the correct config entry
authorRobin Appelman <icewind1991@gmail.com>
Sun, 17 Apr 2011 13:25:51 +0000 (15:25 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Sun, 17 Apr 2011 13:25:59 +0000 (15:25 +0200)
lib/installer.php

index 14e2be6600f01cbb6781efb0643f9cc0c9b2f73b..965642e84764103170cd87a0369ca8ca8105124e 100644 (file)
@@ -68,7 +68,7 @@ class OC_INSTALLER{
                                                self::createDBUser($username,$password,$connection);
                                                //use the admin login data for the new database user
                                                OC_CONFIG::setValue('dbuser',$username);
-                                               OC_CONFIG::setValue('dbpass',$password);
+                                               OC_CONFIG::setValue('dbpassword',$password);
                                                
                                                //create the database
                                                self::createDatabase($dbname,$username,$connection);