Skip to content
Snippets Groups Projects
Commit e01c325d authored by Gerhard Killesreiter's avatar Gerhard Killesreiter
Browse files

#42000, misssing underscore, found by rump

parent 4db70f8a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -132,7 +132,7 @@ function db_set_active($name = 'default') { ...@@ -132,7 +132,7 @@ function db_set_active($name = 'default') {
// Set the active connection. // Set the active connection.
$active_db = $db_conns[$name]; $active_db = $db_conns[$name];
return array_search($previousdb, $db_conns); return array_search($previous_db, $db_conns);
} }
/** /**
......
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