diff --git a/lib/WebGUI/Wobject/WSClient.pm b/lib/WebGUI/Wobject/WSClient.pm index 68a402592..f36144a82 100644 --- a/lib/WebGUI/Wobject/WSClient.pm +++ b/lib/WebGUI/Wobject/WSClient.pm @@ -44,7 +44,7 @@ our @ISA = qw(WebGUI::Wobject); #------------------------------------------------------------------- sub name { - return WebGUI::International::get(1, $_[0]->get('namespace')); + return WebGUI::International::get(1, $_[0]->get("namespace")); } #------------------------------------------------------------------- @@ -114,8 +114,8 @@ sub new { sharedCache => { fieldType => 'integer', defaultValue => '0', - }, - }, + } + } ); bless $self, $class; } diff --git a/lib/WebGUI/i18n/English/WSClient.pm b/lib/WebGUI/i18n/English/WSClient.pm index eb47beba7..18c8ac720 100644 --- a/lib/WebGUI/i18n/English/WSClient.pm +++ b/lib/WebGUI/i18n/English/WSClient.pm @@ -119,7 +119,7 @@ This option will only display if you have Data::Structure::Util installed. SOAP By default, SOAP calls are cached uniquely for each user session. By selecting "Global" call returns can be shared between users.

Cache expires
-Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.| +Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.|, 27=> q|Cache expires|, 28 => q|Cache|,