Login wizard may be displayed on enterprise version

(cherry picked from commit 08dacd5f43)
This commit is contained in:
fermin831 2016-06-21 11:59:35 +02:00
parent 9d615894ec
commit d4795bc039
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ if ($old_global_counter_chat != $now_global_counter_chat) {
// 2) identification (newsletter and register)
// 3) last_message (update manager message popup
// 4) login_help (online help, enterpirse version, forums, documentation)
if (license_free() && is_user_admin ($config['id_user']) &&
if (is_user_admin ($config['id_user']) &&
(!isset($config['initial_wizard']) || $config['initial_wizard'] != 1)) {
include_once ("general/login_required.php");
}