Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 2c76d46

Browse files
committed
BUG: refs #960. Modules with no db tables will now work in pgsql env
1 parent bc420ab commit 2c76d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/controllers/components/UtilityComponent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ private function _initModulesConfig($dir)
107107
if(!file_exists($dir.$file.'/database'))
108108
{
109109
$config->db->PDO_MYSQL = true;
110+
$config->db->PDO_PGSQL = true;
110111
$config->db->PDO_IBM = true;
111112
$config->db->PDO_OCI = true;
112113
$config->db->PDO_SQLITE = true;

0 commit comments

Comments
 (0)