diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index ca59683434d..406f2289d36 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1591,7 +1591,7 @@ function accessforbidden($message='',$printheader=1) { print $langs->trans("ErrorForbidden3"); } - if (function_exists("llxFooter")) lxFooter(); + if (function_exists("llxFooter")) llxFooter(); exit(0); }