Merge pull request #582 from julceslauhub/master

Change the order of the execution of the actions to prevent that a problem in the plugin blocks the other actions
This commit is contained in:
julceslauhub
2012-09-21 07:50:37 -07:00

View File

@@ -218,10 +218,10 @@ function processWorkspace()
resendEmails();
unpauseApplications();
calculateDuration();
executePlugins();
executeEvents($sLastExecution);
executeScheduledCases();
executeUpdateAppTitle();
executePlugins();
} catch (Exception $oError) {
saveLog("main", "error", "Error processing workspace : " . $oError->getMessage() . "\n");
}