Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Database / Driver / sqlite / Install / Tasks.php
index b0ea18877aecf8d29c1ed77e22ca6dde68a92660..f5cb289329f534b1ec21249de3933817ad72a2f8 100644 (file)
@@ -54,7 +54,7 @@ class Tasks extends InstallTasks {
   protected function connect() {
     try {
       // This doesn't actually test the connection.
-      db_set_active();
+      Database::setActiveConnection();
       // Now actually do a check.
       Database::getConnection();
       $this->pass('Drupal can CONNECT to the database ok.');