summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export/communigate_pro.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/communigate_pro.pm b/FS/FS/part_export/communigate_pro.pm
index a9d9591ca..4240618ac 100644
--- a/FS/FS/part_export/communigate_pro.pm
+++ b/FS/FS/part_export/communigate_pro.pm
@@ -109,7 +109,7 @@ sub CreateAccount {
#externalFlag => $externalFlag,
push @args, externalFlag => $externalFlag if $externalFlag;
- communigate_pro_command( $machine, $port, $login, $password, $method, @args );
+ &communigate_pro_command( $machine, $port, $login, $password, $method, @args);
}
@@ -118,7 +118,7 @@ sub UpdateAccountSettings {
my $accountName = delete $args{'accountName'};
$args{'AccessModes'} = [ split(' ', $args{'AccessModes'}) ];
@args = ( $accountName, \%args );
- communigate_pro_command( $machine, $port, $login, $password, $method, @args );
+ &communigate_pro_command( $machine, $port, $login, $password, $method, @args);
}
sub communigate_pro_command { #subroutine, not method