diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-04-29 03:48:16 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-04-29 03:48:16 +0000 |
commit | 31f13b569455f82e945349beab204c45d52c9484 (patch) | |
tree | bf00e9b1541d8e2d3ec29f4fc96757e2fd1fdaa8 /includes/database/pgsql | |
parent | 483d476a1c22b419ff72bd08cebae191f7dc0e5c (diff) | |
download | brdo-31f13b569455f82e945349beab204c45d52c9484.tar.gz brdo-31f13b569455f82e945349beab204c45d52c9484.tar.bz2 |
#299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting index.php (rather than install.php) leads to a fatal error when PDO is not enabled.
Diffstat (limited to 'includes/database/pgsql')
-rw-r--r-- | includes/database/pgsql/database.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/database/pgsql/database.inc b/includes/database/pgsql/database.inc index f3ed30b57..35179e855 100644 --- a/includes/database/pgsql/database.inc +++ b/includes/database/pgsql/database.inc @@ -90,7 +90,6 @@ class DatabaseConnection_pgsql extends DatabaseConnection { } } catch (PDOException $e) { - _db_check_install_needed(); if ($options['throw_exception']) { // Add additional debug information. if ($query instanceof DatabaseStatementInterface) { |