summaryrefslogtreecommitdiff
path: root/utils/rhrd-pool
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rhrd-pool')
-rwxr-xr-xutils/rhrd-pool2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rhrd-pool b/utils/rhrd-pool
index 618c3e7..866afe6 100755
--- a/utils/rhrd-pool
+++ b/utils/rhrd-pool
@@ -106,7 +106,7 @@ sub add
my $color = RHRD::utils::get_musicpool_color($num);
print " * created group '" . $groupname . "' --> pool shortname / color: " . $shortname . " / " . $color . "\n";
- ($result, $status, $errorstring) = RHRD::rddb::create_musicpool_event($ctx, $shortname, $groupname);
+ ($result, $status, $errorstring) = RHRD::rddb::create_musicpool_event($ctx, $shortname, $groupname, $color);
unless(defined $result) {
print STDERR $status . ": " . $errorstring . "\n";
return 1;