diff --git a/workflow/public_html/sysGeneric.php b/workflow/public_html/sysGeneric.php
index 6d1fe10c1..b08a6ec96 100644
--- a/workflow/public_html/sysGeneric.php
+++ b/workflow/public_html/sysGeneric.php
@@ -695,9 +695,10 @@ if (defined( 'DEBUG_SQL_LOG' ) && DEBUG_SQL_LOG) {
//here we are loading all plugins registered
//the singleton has a list of enabled plugins
$oPluginRegistry = PluginRegistry::loadSingleton();
-$oPluginRegistry->init();
$attributes = $oPluginRegistry->getAttributes();
-Bootstrap::LoadTranslationPlugins( defined( 'SYS_LANG' ) ? SYS_LANG : "en" , $attributes);
+Bootstrap::LoadTranslationPlugins(defined('SYS_LANG') ? SYS_LANG : "en", $attributes);
+// Initialization functions plugins
+$oPluginRegistry->init();
//Set Time Zone
/*----------------------------------********---------------------------------*/