Merged in victorsl/processmaker/HOR-2048-313-B (pull request #5027)

HOR-2048
This commit is contained in:
Paula Quispe
2016-10-21 19:56:11 +00:00

View File

@@ -52,6 +52,12 @@ function __autoload ($sClassName)
}
}
if (!defined('PATH_WORKSPACE')) {
define('PATH_WORKSPACE', PATH_DATA_SITE);
set_include_path(get_include_path() . PATH_SEPARATOR . PATH_WORKSPACE);
}
//Start - Custom functions
G::LoadClass( 'pmFunctions' );
//End - Custom functions