Commit 563d6cb5 authored by catch's avatar catch
Browse files

Issue #3157370 by S_Bhandari, tvb, quietone: Modify comment referring to file_directory_temp()

(cherry picked from commit a083cdfb)
parent 3e305049
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,8 +74,8 @@ protected function connect() {
        $connection_info = Database::getConnectionInfo();
        $database = $connection_info['default']['database'];

        // We cannot use file_directory_temp() here because we haven't yet
        // successfully connected to the database.
        // We cannot use \Drupal::service('file_system')->getTempDirectory()
        // here because we haven't yet successfully connected to the database.
        $connection_info['default']['database'] = \Drupal::service('file_system')->tempnam(sys_get_temp_dir(), 'sqlite');

        // In order to change the Database::$databaseInfo array, need to remove