This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-06-04 12:33:56 -04:00
parent 3ccafc9a71
commit fefe8d4f85
25 changed files with 1791 additions and 667 deletions

View File

@@ -23,6 +23,7 @@
*/
use Illuminate\Foundation\Http\Kernel;
use ProcessMaker\ChangeLog\ChangeLog;
use ProcessMaker\Plugins\PluginRegistry;
/**
@@ -1070,6 +1071,11 @@ if (!defined('EXECUTE_BY_CRON')) {
} else {
//NewRelic Snippet - By JHL
transactionLog($phpFile);
ChangeLog::getChangeLog()
->setSourceId(ChangeLog::FromWeb)
->setSkin(SYS_SKIN)
->setLanguage(SYS_LANG)
->getUsrIdByUsrUid(empty($_SESSION['USER_LOGGED']) ? '' : $_SESSION['USER_LOGGED']);
require_once $phpFile;
}