This commit is contained in:
Victor Saisa Lopez
2016-10-19 16:31:32 -04:00
parent 6384d57960
commit 506681452f

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