зеркало из https://github.com/nextcloud/server.git
fix another warning in pgsql
This commit is contained in:
Родитель
bfdbcbee12
Коммит
5c179e6255
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче