Fix pmTable generation problem.
This commit is contained in:
davidcallizaya
2017-08-06 18:28:53 -04:00
parent e0c81c4662
commit 313563334b

View File

@@ -8,7 +8,8 @@ require __DIR__ . '/../vendor/autoload.php';
set_include_path( set_include_path(
get_include_path() . PATH_SEPARATOR get_include_path() . PATH_SEPARATOR
. __DIR__ . '/../thirdparty/' . 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__ . '/../workflow/engine/' . PATH_SEPARATOR
. __DIR__ . '/../rbac/engine/' . __DIR__ . '/../rbac/engine/'
); );