summaryrefslogtreecommitdiff
path: root/fs_signup
diff options
context:
space:
mode:
Diffstat (limited to 'fs_signup')
-rwxr-xr-xfs_signup/fs_signup_server2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_signup/fs_signup_server b/fs_signup/fs_signup_server
index 14a6df4..0583887 100755
--- a/fs_signup/fs_signup_server
+++ b/fs_signup/fs_signup_server
@@ -165,7 +165,7 @@ while (1) {
warn "[fs_signup_server] Sending results...\n" if $Debug;
print $writer $error, "\n";
- if ( $conf->config('signup_server-realtime') ) {
+ if ( $conf->exists('signup_server-realtime') ) {
my $bill_error = $cust_main->bill;
warn "[fs_signup_server] error billing new customer: $bill_error"