From 575817886637b948812b35f01637ae659d3e27f7 Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Mon, 9 Dec 2002 15:12:31 +0000 Subject: [PATCH] Making www_addInternationalMessage aware of auth modules. --- lib/WebGUI/Operation/International.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Operation/International.pm b/lib/WebGUI/Operation/International.pm index 8f0c5fd58..ac8ce7832 100644 --- a/lib/WebGUI/Operation/International.pm +++ b/lib/WebGUI/Operation/International.pm @@ -81,6 +81,7 @@ sub www_addInternationalMessage { $output = '

Add English Message

'; $namespace = $session{wobject}; $namespace->{WebGUI} = 'WebGUI'; + $namespace = {%{$namespace}, map {'Auth/'.$_ => 'Authentication: '.$session{authentication}->{$_}} keys(%{$session{authentication}})}; $f = WebGUI::HTMLForm->new(); $f->hidden("lid",1); $f->hidden("op","addInternationalMessageSave");