This commit is contained in:
Paula Quispe
2017-02-10 17:24:22 -04:00
parent a65f6252d4
commit e9b8c82780

View File

@@ -52,7 +52,10 @@ function __autoload ($sClassName)
}
}
Bootstrap::setConstantRelatedWs('SYS_SYS');
if (defined( 'SYS_SYS' )) {
Bootstrap::setConstantsRelatedWs('SYS_SYS');
}
if (!defined('PATH_WORKSPACE')) {
define('PATH_WORKSPACE', PATH_DATA_SITE);