From: Robin Appelman Date: Sun, 17 Apr 2011 13:25:51 +0000 (+0200) Subject: save the correct config entry X-Git-Tag: v3.0~267^2~558^2~85^2~12^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=86356e888ecdcb80cde46c531305eef63cc49911;p=nextcloud-server.git save the correct config entry --- diff --git a/lib/installer.php b/lib/installer.php index 14e2be6600f..965642e8476 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -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);