Merged in bugfix/HOR-3620 (pull request #5870)

HOR-3620

Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
David Callizaya
2017-08-08 13:15:05 +00:00
committed by Paula Quispe

View File

@@ -8,7 +8,8 @@ require __DIR__ . '/../vendor/autoload.php';
set_include_path(
get_include_path() . PATH_SEPARATOR
. __DIR__ . '/../thirdparty/' . PATH_SEPARATOR
. __DIR__ . '/../thirdparty/pear/' . PATH_SEPARATOR
. __DIR__ . '/../thirdparty/propel-generator/classes/' . PATH_SEPARATOR
. __DIR__ . '/../thirdparty/pear/' . PATH_SEPARATOR
. __DIR__ . '/../workflow/engine/' . PATH_SEPARATOR
. __DIR__ . '/../rbac/engine/'
);