Merged in qronald/processmaker/HOR-627 (pull request #4025)

HOR-627
This commit is contained in:
Julio Cesar Laura Avendaño
2016-04-01 13:18:58 -04:00
2 changed files with 5 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ try {
//Load classes
G::LoadThirdParty('pear/json', 'class.json');
G::LoadThirdParty('smarty/libs', 'Smarty.class');
G::LoadThirdParty('propel', 'Propel');
G::LoadSystem('error');
G::LoadSystem('dbconnection');
G::LoadSystem('dbsession');
@@ -86,6 +87,7 @@ try {
G::LoadSystem('pagedTable');
G::LoadSystem('httpProxyController');
G::LoadClass('system');
G::LoadClass('tasks');
require_once('propel/Propel.php');
require_once('creole/Creole.php');