fixed a typo
This commit is contained in:
parent
7bb6ac31c1
commit
03b1f5f232
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue