summaryrefslogtreecommitdiff
path: root/scripts/recon.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/recon.pl')
-rw-r--r--scripts/recon.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recon.pl b/scripts/recon.pl
index f128e1d8..b5a5ddec 100644
--- a/scripts/recon.pl
+++ b/scripts/recon.pl
@@ -113,7 +113,7 @@ sub search {
format=>'HTML',
path=>"UI",
mode=>$type,
- accounts=>$recon->get_accounts();
+ accounts=>$recon->get_accounts()
);
return $template->render();
}