Fixed an issue where a variable was declared more than once.
This commit is contained in:
parent
1574d5927c
commit
e6c80922fb
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue