Skip to content
Snippets Groups Projects
Commit 86356e88 authored by Robin Appelman's avatar Robin Appelman
Browse files

save the correct config entry

parent c070b624
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ class OC_INSTALLER{ ...@@ -68,7 +68,7 @@ class OC_INSTALLER{
self::createDBUser($username,$password,$connection); self::createDBUser($username,$password,$connection);
//use the admin login data for the new database user //use the admin login data for the new database user
OC_CONFIG::setValue('dbuser',$username); OC_CONFIG::setValue('dbuser',$username);
OC_CONFIG::setValue('dbpass',$password); OC_CONFIG::setValue('dbpassword',$password);
//create the database //create the database
self::createDatabase($dbname,$username,$connection); self::createDatabase($dbname,$username,$connection);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment