2013-01-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* include/config_process.php: Fixed language translation in 
	metaconsole.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7479 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2013-01-15 18:13:04 +00:00
parent 04b9293204
commit e1ca417735
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-01-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/config_process.php: Fixed language translation in
metaconsole.
2013-01-15 Dario Rodriguez <dario.rodriguez@artica.es>
* pandora_console_install: Fixed directory install for

View File

@ -162,7 +162,12 @@ if (!isset($config['inventory_changes_blacklist'])) {
$config['inventory_changes_blacklist'] = array();
}
set_user_language();
if (defined('METACONSOLE')) {
enterprise_include_once('meta/include/functions_users_meta.php');
enterprise_hook('set_meta_user_language');
}
else
set_user_language();
require_once ($ownDir . 'functions_extensions.php');