save the correct config entry

This commit is contained in:
Robin Appelman 2011-04-17 15:25:51 +02:00
parent c070b624a6
commit 86356e888e
1 changed files with 1 additions and 1 deletions

View 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);