From cfc303f307ff3366ddb8bbf391514525e897aab1 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 8 May 2003 03:06:16 +0000 Subject: [PATCH] fixed bug 725821 --- lib/WebGUI/Macro/AdminBar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Macro/AdminBar.pm b/lib/WebGUI/Macro/AdminBar.pm index d1c287e5e..8b8207bcd 100644 --- a/lib/WebGUI/Macro/AdminBar.pm +++ b/lib/WebGUI/Macro/AdminBar.pm @@ -121,7 +121,7 @@ sub process { ); %hash = sortHash(%hash); %hash = ( - WebGUI::URL::page()=>WebGUI::International::get(82), + ''=>WebGUI::International::get(82), WebGUI::URL::page('op=switchOffAdmin')=>WebGUI::International::get(12), %hash );