diff options
Diffstat (limited to 'core/includes/install.core.inc')
-rw-r--r-- | core/includes/install.core.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc index 35fa223c31d..b94562a51e3 100644 --- a/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -1197,7 +1197,7 @@ function install_database_errors($database, $settings_file) { try { $driverExtension = Database::getDriverList()->get($database['namespace']); - // Run driver specific validation + // Run driver specific validation. $errors = $driverExtension->getInstallTasks()->validateDatabaseSettings($database); if (!empty($errors)) { // No point to try further. |