From 59cd8c9111307322a2b4289ff98935b975a82294 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 13 May 2002 23:42:32 +0000 Subject: [PATCH] Fixed critical error. Bug #555333 --- lib/WebGUI/Privilege.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Privilege.pm b/lib/WebGUI/Privilege.pm index 73d3dec9c..7c826006d 100644 --- a/lib/WebGUI/Privilege.pm +++ b/lib/WebGUI/Privilege.pm @@ -16,6 +16,7 @@ use WebGUI::International; use WebGUI::Operation::Account (); use WebGUI::Session; use WebGUI::SQL; +use WebGUI::URL; #------------------------------------------------------------------- sub adminOnly { @@ -24,9 +25,9 @@ sub adminOnly { $output = '

'.WebGUI::International::get(35).'

'; $output .= WebGUI::International::get(36); $output .= '

';