summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_export/communigate_pro.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/communigate_pro.pm b/FS/FS/part_export/communigate_pro.pm
index bce7f301f..97c946ac2 100644
--- a/FS/FS/part_export/communigate_pro.pm
+++ b/FS/FS/part_export/communigate_pro.pm
@@ -108,6 +108,6 @@ sub communigate_pro_command { #subroutine, not method
$cli->$method(@args) or die "CGPro error: ". $cli->getErrMessage;
- $cli->Logout or die "Can't logout of CGPro: $CGP:ERR_STRING\n";
+ $cli->Logout or die "Can't logout of CGPro: $CGP::ERR_STRING\n";
}