fix another warning in pgsql

This commit is contained in:
Robin Appelman 2012-01-14 18:10:22 +01:00
parent bfdbcbee12
commit 5c179e6255
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ class MDB2_Driver_Manager_pgsql extends MDB2_Driver_Manager_Common
*/
function listTables($database = null)
{
$db =& $this->getDBInstance();
$db =$this->getDBInstance();
if (PEAR::isError($db)) {
return $db;
}