Skip to content
Snippets Groups Projects
Commit 9c8ddc2b authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix function names

parent 2281794a
Branches
Tags
No related merge requests found
...@@ -579,7 +579,7 @@ sub validate_challenge { ...@@ -579,7 +579,7 @@ sub validate_challenge {
); );
} }
sub display_accounts_html { sub show_accounts_html {
my $self = shift; my $self = shift;
my $app = $self->app(); my $app = $self->app();
...@@ -698,7 +698,7 @@ sub display_accounts_html { ...@@ -698,7 +698,7 @@ sub display_accounts_html {
); );
} }
sub display_accounts_csv { sub show_accounts_csv {
my $self = shift; my $self = shift;
my $app = $self->app(); my $app = $self->app();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment