Update syslog.php

This commit is contained in:
Frédéric FRANCE 2021-06-20 20:15:19 +02:00 committed by GitHub
parent cff5edd604
commit c9c3cef5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ if (!$defaultsyslogfile) {
$optionmc = '';
if (!empty($conf->global->MAIN_MODULE_MULTICOMPANY) && $user->entity) {
print '<div class="error">'.$langs->trans("ContactSuperAdminForChange").'</div>';
$option = 'disabled';
$optionmc = 'disabled';
}