From d6b425cd6f312f730e3b2185efd619aea46e532b Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 11 Feb 2010 11:54:54 +0000 Subject: [PATCH] MINOR Fixed missing connection required for testing credentials --- code/PostgreSQLDatabaseConfigurationHelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/PostgreSQLDatabaseConfigurationHelper.php b/code/PostgreSQLDatabaseConfigurationHelper.php index ba9520f..7a7de67 100644 --- a/code/PostgreSQLDatabaseConfigurationHelper.php +++ b/code/PostgreSQLDatabaseConfigurationHelper.php @@ -75,6 +75,7 @@ class PostgreSQLDatabaseConfigurationHelper implements DatabaseConfigurationHelp return array( 'success' => $success, + 'connection' => $conn, 'error' => $error ); }