diff options
author | ivan <ivan> | 2005-01-05 03:07:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-01-05 03:07:17 +0000 |
commit | c79c1bc757fb9524c4339613d265d403abbefa0e (patch) | |
tree | ecde938a941e4c21dd66099777f69e524b58f9c6 /FS | |
parent | 06ca1a12c7b613571f7a611e05bb2a318eb4fabc (diff) |
arg, really get the sub name correct this time
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/artera_turbo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/artera_turbo.pm b/FS/FS/part_export/artera_turbo.pm index c2de4d99b..6b70329de 100644 --- a/FS/FS/part_export/artera_turbo.pm +++ b/FS/FS/part_export/artera_turbo.pm @@ -132,7 +132,7 @@ sub _export_unsuspend { $self->queue_statusChange(15, $svc_external); } -sub queue_StatusChange { +sub queue_statusChange { my( $self, $status, $svc_external ) = @_; my $queue = new FS::queue { |