summaryrefslogtreecommitdiff
path: root/includes/database/database.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-27 07:08:44 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-27 07:08:44 +0000
commitf19d83c4c2ccebbd8fbd6af246a07b0bedac72f6 (patch)
tree7da1dd31d1011c8abbc0a743a290b1bbca8fa337 /includes/database/database.inc
parent2cb811acb30f0d1efe395be2cd748e479fe873b6 (diff)
downloadbrdo-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.inc2
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 {