From 16f541276ebb37b9adc885d9cb7dd0219d76dab2 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Fri, 28 Mar 2008 23:49:01 +0000 Subject: [PATCH] fixed: Unable to communicate with Spectre under alternate locales --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Workflow/Spectre.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 702d4c474..c6e220ac8 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -8,6 +8,7 @@ - upgraded to TinyMCE 3 - fixed: subscription group in CS edit not internationalized - fixed: profile photos don't obey max image size + - fixed: Unable to communicate with Spectre under alternate locales 7.5.8 - moved Gallery utility methods to WebGUI::Utility::Gallery diff --git a/lib/WebGUI/Workflow/Spectre.pm b/lib/WebGUI/Workflow/Spectre.pm index 707387dc4..1cdcdd505 100644 --- a/lib/WebGUI/Workflow/Spectre.pm +++ b/lib/WebGUI/Workflow/Spectre.pm @@ -74,7 +74,7 @@ sub notify { my $remote = create_ikc_client( port=>$config->get("spectrePort"), ip=>$config->get("spectreIp"), - name=>rand(100000), + name=> (time() . int(rand(10000000))), timeout=>10 ); if (defined $remote) {