summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-06-13 21:07:49 +0000
committerivan <ivan>2011-06-13 21:07:49 +0000
commit99040eb2bf5ab50bf3e4af138b5d5a7d8d04a333 (patch)
tree414bd739e2f1bc34ee55ad2dc4a0f33de033424a /FS/FS/part_export.pm
parent9efeffca8eaca6af69f73f7e23855e7b26520dcb (diff)
forward_sql export, RT#13247
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index c0d3c54..d3068df 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -462,7 +462,7 @@ foreach my $INC ( @INC ) {
}
unless ( keys %$info ) {
warn "no %info hash found in FS::part_export::$mod, skipping\n"
- unless $mod =~ /^(passwdfile|null)$/; #hack but what the heck
+ unless $mod =~ /^(passwdfile|null|.+_Common)$/; #hack but what the heck
next;
}
warn "got export info from FS::part_export::$mod: $info\n" if $DEBUG;