From be95d5dbe0e626a33d0d1fe8e71d91ef247ac41d Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 18 May 2008 22:55:43 +0000 Subject: [PATCH] oops, fix minor refactoring of auto sqlradius upgrade --- FS/FS/part_export/sqlradius.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 474f27756..8fd010f9a 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -737,7 +737,7 @@ sub all_sqlradius { sub all_sqlradius_withaccounting { my $class = shift; - grep { ! $_->option('ignore_accounting') } $class->_part_export_sqlradius; + grep { ! $_->option('ignore_accounting') } $class->all_sqlradius; } 1; -- 2.20.1