From 73fd6ba805fc631e9f2259a6401e1d8d424c78bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Thu, 7 Jan 2010 16:03:20 +0000 Subject: [PATCH] Manager: set CFGNUM in template --- modules/lemonldap-ng-manager/example/index.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lemonldap-ng-manager/example/index.pl b/modules/lemonldap-ng-manager/example/index.pl index 8438f2356..2b87998de 100755 --- a/modules/lemonldap-ng-manager/example/index.pl +++ b/modules/lemonldap-ng-manager/example/index.pl @@ -43,6 +43,7 @@ my $template = HTML::Template->new( $template->param(SCRIPT_NAME => $ENV{SCRIPT_NAME}); $template->param(MENU => $manager->menu()); $template->param(DIR => "$skin_dir/$skin"); +$template->param(CFGNUM => $manager->{cfgNum}); print $manager->header('text/html; charset=utf-8'); print $template->output;