]> git.proxmox.com Git - pmg-api.git/blobdiff - PMG/RuleDB/BCC.pm
BCC.pm: correctly use PMG::Utils
[pmg-api.git] / PMG / RuleDB / BCC.pm
index bfd26e36074b4c602092aae4ace40733149506a3..da51775d2b8561bbfc5c3c6e43b105d508cfb25c 100644 (file)
@@ -5,7 +5,6 @@ use warnings;
 use Carp;
 use DBI;
 
-
 use PVE::SafeSyslog;
 
 use PMG::Utils;
@@ -143,7 +142,7 @@ sub execute {
        my ($tg, $entity) = (@$ta[0], @$ta[1]);
 
        $entity = $entity->dup();
-       Proxmox::Utils::remove_marks ($entity);
+       PMG::Utils::remove_marks($entity);
 
        if ($msginfo->{testmode}) {
            my $fh = $msginfo->{test_fh};