Let's make it possible to add assets again.
This commit is contained in:
parent
3138f403d5
commit
9d84eb204d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ Returns a class name which has been taint checked.
|
|||
sub getValueFromPost {
|
||||
my $self = shift;
|
||||
my $value = $self->session->form->param($self->get("name"));
|
||||
$value =~ s/[^\w\d\s]//g;
|
||||
$value =~ s/[^\w\d\s:]//g;
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue