From 4b2ac9b6090d910e51444840462c810e269e2386 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Oct 2007 11:38:27 +0000 Subject: [PATCH] Fix: Appel page llxFooter --- htdocs/lib/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }