From 70aa94fdd41216fa766f3cd9ab3449bfe7388d38 Mon Sep 17 00:00:00 2001 From: Leendert Bottelberghs Date: Fri, 20 Aug 2004 13:01:40 +0000 Subject: [PATCH] Bugfix [998588] --- lib/WebGUI/Auth/LDAP.pm | 2 +- lib/WebGUI/Auth/SMB.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Auth/LDAP.pm b/lib/WebGUI/Auth/LDAP.pm index f534ccc7d..e28444b71 100644 --- a/lib/WebGUI/Auth/LDAP.pm +++ b/lib/WebGUI/Auth/LDAP.pm @@ -260,7 +260,7 @@ sub displayAccount { $vars->{'account.form.karma.label'} = WebGUI::International::get(537); } $vars->{'account.options'} = WebGUI::Operation::Shared::accountOptions(); - return WebGUI::Template::process(1,'AuthLDAP/Account', $vars); + return WebGUI::Template::process(1,'Auth/LDAP/Account', $vars); } #------------------------------------------------------------------- diff --git a/lib/WebGUI/Auth/SMB.pm b/lib/WebGUI/Auth/SMB.pm index 87a73651b..21950e71e 100644 --- a/lib/WebGUI/Auth/SMB.pm +++ b/lib/WebGUI/Auth/SMB.pm @@ -169,7 +169,7 @@ sub displayAccount { $vars->{'account.form.karma.label'} = WebGUI::International::get(537); } $vars->{'account.options'} = WebGUI::Operation::Shared::accountOptions(); - return WebGUI::Template::process(1,'AuthSMB/Account', $vars); + return WebGUI::Template::process(1,'Auth/SMB/Account', $vars); } #-------------------------------------------------------------------