HOR-3700-RG

This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-08-16 16:15:08 -04:00
parent b3d0d44aa4
commit 8c195a1b4b
3 changed files with 28 additions and 36 deletions

View File

@@ -40,9 +40,6 @@ try {
switch ($stat) {
case WebApplication::RUNNING_WORKFLOW:
//TODO: This should be replaced by the 'WebApplication::loadEnvironment()' function,
//the sysGeneric file should no longer define constants.
$app->defineConstantsForPlugin();
include "sysGeneric.php";
break;