summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-08-24 23:41:42 +0000
committerivan <ivan>2010-08-24 23:41:42 +0000
commit8b69219cd572abe6c2f2873d3a5306f8ae513fc9 (patch)
tree785a475b64ec371e6672e9069bd502f73eea870e
parent52339a89155fd6cb5734188119214e2b9c4a0f9b (diff)
typo?
-rw-r--r--FS/FS/ClientAPI/Signup.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 2aca88c98..26d3612cb 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -90,7 +90,7 @@ sub signup_info {
],
'agent' => [ map { my $agent = $_;
- +{ map { $_ => $agent->get($_) } @agent_fields }
+ { map { $_ => $agent->get($_) } @agent_fields }
}
qsearch('agent', { 'disabled' => '' } )
],