mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-15 04:43:44 +02:00
Merge branch 'master' into develop
This commit is contained in:
@@ -165,7 +165,7 @@ class DatabaseController extends Controller
|
||||
$this->alert->danger(
|
||||
sprintf('There was an error while trying to connect to the host or while executing a query: "%s"', $exception->getMessage())
|
||||
)->flash();
|
||||
$redirect->withInput($request->normalize());
|
||||
return $redirect->withInput($request->normalize());
|
||||
} else {
|
||||
throw $exception;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user