ProcessMaker-MA "Web Entry (fix)"

- Se ha agregado un fix, al tratar de hacer el update en la tabla EVENT
This commit is contained in:
Victor Saisa Lopez
2014-02-27 12:15:56 -04:00
parent a14da5a6ef
commit ec67ede87d

View File

@@ -456,7 +456,7 @@ class WebEntry
}
//Event
try {
if ($weEventUid != "") {
$event = new \Event();
$arrayEventData = array();
@@ -467,8 +467,6 @@ class WebEntry
$arrayEventData["EVN_CONDITIONS"] = $usrUsername;
$result = $event->update($arrayEventData);
} catch (\Exception $e2) {
//
}
//Data