diff options
-rw-r--r-- | FS/FS/part_export/sqlradius.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 87c5739a1..bf7d1ead1 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -611,7 +611,7 @@ sub usage_sessions { ); my @param = (); - my @where = ''; + my @where = (); if ( $svc_acct ) { my $username = $self->export_username($svc_acct); |