Oops a daisy
This commit is contained in:
parent
eb0d1679f3
commit
967984aac6
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ use WebGUI::Utility;
|
||||||
sub _get {
|
sub _get {
|
||||||
my $id = shift;
|
my $id = shift;
|
||||||
my $namespace = shift;
|
my $namespace = shift;
|
||||||
|
$namespace =~ s/[^\w\d\s]//g;
|
||||||
|
$id =~ s/[^\w\d\s\/]//g;
|
||||||
my $cmd = "WebGUI::Help::".$namespace;
|
my $cmd = "WebGUI::Help::".$namespace;
|
||||||
my $load = "use ".$cmd;
|
my $load = "use ".$cmd;
|
||||||
eval($load);
|
eval($load);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue