Adding Exporter for BPMN Projects (1st commit)
This commit is contained in:
@@ -114,7 +114,7 @@ class DbSource extends BaseDbSource
|
||||
return $aRow[0];
|
||||
}
|
||||
|
||||
public function Exists($Uid, $ProUID)
|
||||
public function Exists($Uid, $ProUID = "")
|
||||
{
|
||||
try {
|
||||
$oPro = DbSourcePeer::retrieveByPk($Uid, $ProUID);
|
||||
|
||||
Reference in New Issue
Block a user