Skip to content
Snippets Groups Projects
Commit 3fccc459 authored by David's avatar David
Browse files

Small fix in status page.

parent 3dbafdb2
No related branches found
Tags 8.x-2.3
No related merge requests found
......@@ -49,7 +49,7 @@ function sqlsrv_requirements($phase) {
$options = $connection->getConnectionOptions();
$schema = $connection->schema();
$version = $connection->Scheme()->EngineVersion();
$database = $connection->prefixTable($connection->getDatabaseName());
$database = $connection->getDatabaseName();
$requirements = MssqlInstallTasks::InstallRequirements();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment