diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-27 07:08:44 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-27 07:08:44 +0000 |
commit | f19d83c4c2ccebbd8fbd6af246a07b0bedac72f6 (patch) | |
tree | 7da1dd31d1011c8abbc0a743a290b1bbca8fa337 /includes/database/database.inc | |
parent | 2cb811acb30f0d1efe395be2cd748e479fe873b6 (diff) | |
download | brdo-f19d83c4c2ccebbd8fbd6af246a07b0bedac72f6.tar.gz brdo-f19d83c4c2ccebbd8fbd6af246a07b0bedac72f6.tar.bz2 |
#302300 follow-up by Crell: Fixes to database connection tests.
Diffstat (limited to 'includes/database/database.inc')
-rw-r--r-- | includes/database/database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc index 4c3bf1fb5..f237de62b 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -839,7 +839,7 @@ abstract class Database { final protected static function openConnection($key, $target) { global $db_prefix; - if (empty(self::$connectionInfo)) { + if (empty(self::$databaseInfo)) { self::parseConnectionInfo(); } try { |