Merged in 3.1.3 (pull request #5036)

HOR-2048
This commit is contained in:
Paula Quispe
2016-10-21 20:04:05 +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