fixed: Unable to communicate with Spectre under alternate locales

This commit is contained in:
Graham Knop 2008-03-28 23:49:01 +00:00
parent 53bdfda753
commit 16f541276e
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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) {