Merged in bugfix/HOR-3009 (pull request #5603)
HOR-3009 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -823,6 +823,9 @@ class pmDynaform
|
||||
|
||||
public function getDatabaseProvider($dbConnection)
|
||||
{
|
||||
if ($dbConnection === "workflow" || $dbConnection === "rbac" || $dbConnection === "rp") {
|
||||
return "mysql";
|
||||
}
|
||||
if ($this->databaseProviders === null) {
|
||||
$a = new Criteria("workflow");
|
||||
$a->addSelectColumn(DbSourcePeer::DBS_UID);
|
||||
|
||||
Reference in New Issue
Block a user