fixed: Unable to communicate with Spectre under alternate locales
This commit is contained in:
parent
53bdfda753
commit
16f541276e
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
- upgraded to TinyMCE 3
|
- upgraded to TinyMCE 3
|
||||||
- fixed: subscription group in CS edit not internationalized
|
- fixed: subscription group in CS edit not internationalized
|
||||||
- fixed: profile photos don't obey max image size
|
- fixed: profile photos don't obey max image size
|
||||||
|
- fixed: Unable to communicate with Spectre under alternate locales
|
||||||
|
|
||||||
7.5.8
|
7.5.8
|
||||||
- moved Gallery utility methods to WebGUI::Utility::Gallery
|
- moved Gallery utility methods to WebGUI::Utility::Gallery
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ sub notify {
|
||||||
my $remote = create_ikc_client(
|
my $remote = create_ikc_client(
|
||||||
port=>$config->get("spectrePort"),
|
port=>$config->get("spectrePort"),
|
||||||
ip=>$config->get("spectreIp"),
|
ip=>$config->get("spectreIp"),
|
||||||
name=>rand(100000),
|
name=> (time() . int(rand(10000000))),
|
||||||
timeout=>10
|
timeout=>10
|
||||||
);
|
);
|
||||||
if (defined $remote) {
|
if (defined $remote) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue