This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-04-10 14:41:33 -04:00
parent de674e443f
commit 205432c650

View File

@@ -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);