mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
fix propper error reporting
This commit is contained in:
parent
ad6562d14f
commit
dcb06393a8
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ class OC_Setup {
|
|||
'error' => 'MySQL username and/or password not valid',
|
||||
'hint' => 'You need to enter either an existing account or the administrator.'
|
||||
);
|
||||
return($error);
|
||||
}
|
||||
else {
|
||||
$oldUser=OC_Config::getValue('dbuser', false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue