From 313563334ba4c55b1c8398ace6197c126ac88be6 Mon Sep 17 00:00:00 2001 From: davidcallizaya Date: Sun, 6 Aug 2017 18:28:53 -0400 Subject: [PATCH] HOR-3620 Fix pmTable generation problem. --- bootstrap/autoload.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 08d81773d..b469d3361 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -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/' );