Adding installer compiler tags for the enterprise version of processmaker

This commit is contained in:
Gustavo Cruz
2015-03-06 09:16:54 -04:00
parent c808cd2867
commit 0567a58f23
4 changed files with 20 additions and 20 deletions

View File

@@ -196,9 +196,9 @@ define( 'PATH_METHODS', PATH_CORE . 'methods' . PATH_SEP );
define( 'PATH_XMLFORM', PATH_CORE . 'xmlform' . PATH_SEP );
define( 'PATH_CONFIG', PATH_CORE . 'config' . PATH_SEP );
define( 'PATH_PLUGINS', PATH_CORE . 'plugins' . PATH_SEP );
/*****features-begins******/
/*----------------------------------********---------------------------------*/
define( 'PATH_FEATURES', PATH_CORE . 'Features' . PATH_SEP );
/*****features-ends******/
/*----------------------------------********---------------------------------*/
define( 'PATH_HTMLMAIL', PATH_CORE . 'html_templates' . PATH_SEP );
define( 'PATH_TPL', PATH_CORE . 'templates' . PATH_SEP );
define( 'PATH_TEST', PATH_CORE . 'test' . PATH_SEP );
@@ -630,9 +630,9 @@ if (file_exists( $sSerializedFile )) {
} else{
$oPluginRegistry = PMPluginRegistry::getSingleton();
}
/****features-begins****/
/*----------------------------------********---------------------------------*/
$featureRegistry =& PMFeatureRegistry::getSingleton();
/****features-ends****/
/*----------------------------------********---------------------------------*/
// setup propel definitions and logging
//changed to autoloader
//require_once ("propel/Propel.php");
@@ -697,9 +697,9 @@ if (SYS_LANG != 'en' && ! is_file( PATH_LANGUAGECONT . 'translation.' . SYS_LANG
// Setup plugins
$oPluginRegistry->setupPlugins(); //get and setup enabled plugins
/****features-begins****/
/*----------------------------------********---------------------------------*/
$featureRegistry->setupFeatures(); //get and setup enabled features
/****features-ends****/
/*----------------------------------********---------------------------------*/
$avoidChangedWorkspaceValidation = false;
// Load custom Classes and Model from Plugins.