diff --git a/lib/WebGUI/Account.pm b/lib/WebGUI/Account.pm index db04aadba..de456d3e1 100644 --- a/lib/WebGUI/Account.pm +++ b/lib/WebGUI/Account.pm @@ -176,7 +176,6 @@ sub displayContent { #Push the tab variables onto the template my %hash = %{$account}; - my $identifier = $account->{identifier}; $hash{'is_'.$identifier } = "true"; $hash{'is_method_'.$self->method } = "true";