HOR-3620
Fix pmTable generation problem.
This commit is contained in:
@@ -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/'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user