From 70ff234b97aa46cab2c9b9d7c47fea9189c4bb50 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Wed, 25 May 2016 13:03:19 +0200 Subject: [PATCH] Minor type fix --- pandora_console/general/login_identification_wizard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/general/login_identification_wizard.php b/pandora_console/general/login_identification_wizard.php index 662f3967c5..b08c9a9990 100644 --- a/pandora_console/general/login_identification_wizard.php +++ b/pandora_console/general/login_identification_wizard.php @@ -91,7 +91,7 @@ $wizard_data['newsletter_reminder'] = db_get_value ('firstname', 'tusuario', 'id $wizard_data['newsletter_reminder_timestamp'] = db_get_value ('lastname', 'tusuario', 'id_user', $config['id_user']); -$wizard_data['instance_register'] = $config['instance_registered']; +$wizard_data['instance_registered'] = $config['instance_registered']; $wizard_data['force_register'] = get_parameter ('force_register', -1); $wizard_data['identification_reminder'] = $config['identification_reminder']; $wizard_data['identification_reminder_timestamp'] = $config['identification_reminder_timestamp'];