@ -131,7 +131,7 @@ class CommonCommand extends AbstractCommand
),
'email' => array(
'attributes' => array(
'label' => 'Password',
'label' => 'Email',
'data' => 'admin@example.org'
'type' => 'email'
@ -239,13 +239,14 @@ class CommonCommand extends AbstractCommand
'dbname' => array(
'label' => 'Database name',
'data' => 'chamilo',
'type' => 'text'
'user' => array(
'label' => 'URL',
'label' => 'User',
'data' => 'root',
@ -95,7 +95,7 @@ class ExportLanguagesCommand extends Command
$my_variable_in_english = $$variable;
require $toLanguagePath.'/'.$file;
$my_variable = $$variable;
/** This fixes a notice due an array in the lang files */
if (strpos($variable, 'langNameOfLang') === false) {
$translations[] = array(