Skip to content
Snippets Groups Projects
Commit dcb06393 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

fix propper error reporting

parent ad6562d1
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment