Merged in mcuiza/processmaker/email_event_solved (pull request #2384)
email event
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user