fixed a typo

This commit is contained in:
JT Smith 2004-06-27 14:24:18 +00:00
parent 7bb6ac31c1
commit 03b1f5f232
2 changed files with 4 additions and 4 deletions

View file

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