forked from Wavyzz/dolibarr
Fix regression
This commit is contained in:
committed by
GitHub
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user