Oops a daisy

This commit is contained in:
Len Kranendonk 2005-08-24 22:22:34 +00:00
parent eb0d1679f3
commit 967984aac6

View file

@ -24,6 +24,8 @@ use WebGUI::Utility;
sub _get {
my $id = shift;
my $namespace = shift;
$namespace =~ s/[^\w\d\s]//g;
$id =~ s/[^\w\d\s\/]//g;
my $cmd = "WebGUI::Help::".$namespace;
my $load = "use ".$cmd;
eval($load);