Fix: Appel page llxFooter

This commit is contained in:
Laurent Destailleur 2007-10-13 11:38:27 +00:00
parent 9707631809
commit 4b2ac9b609

View File

@ -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);
}