mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix regression
This commit is contained in:
parent
6122ba335f
commit
c19efebc76
|
|
@ -71,7 +71,7 @@ if (!isModEnabled('ticket')) {
|
|||
$form = new Form($db);
|
||||
$formticket = new FormTicket($db);
|
||||
|
||||
if (empty(getDolGlobalString('TICKET_ENABLE_PUBLIC_INTERFACE'))) {
|
||||
if (!getDolGlobalString('TICKET_ENABLE_PUBLIC_INTERFACE')) {
|
||||
print $langs->trans('TicketPublicInterfaceForbidden');
|
||||
exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user