Merged in mcuiza/processmaker/email_event_solved (pull request #2384)

email event
This commit is contained in:
Julio Cesar Laura Avendaño
2015-06-29 15:03:37 -04:00

View File

@@ -197,7 +197,7 @@ try {
G::header( "location: $loc" );
} catch (Exception $e) {
$aMessage = array ();
$aMessage['MESSAGE'] = $e->getMessage() . '<br>' . $e->getTraceAsString();
$aMessage['MESSAGE'] = $e->getMessage();
$G_PUBLISH = new Publisher();
$G_PUBLISH->AddContent( 'xmlform', 'xmlform', 'login/showMessage', '', $aMessage );
G::RenderPage( 'publish', 'blank' );