fix a typo in a label, and i18n another label in the HttpProxy parser
This commit is contained in:
parent
9f679b1c03
commit
bea5572788
2 changed files with 9 additions and 2 deletions
|
|
@ -79,7 +79,8 @@ sub filter {
|
|||
my $self=shift;
|
||||
$self->parse($self->{Content}); # Make paths absolute and let them return to us
|
||||
$self->eof;
|
||||
return "<p>Error: HttpProxy can't recursively proxy its own content.</p>" if ($self->{recurseCheck});
|
||||
my $i18n = WebGUI::International->new($self->session, 'Asset_HttpProxy');
|
||||
return $i18n->get('no recursion') if ($self->{recurseCheck});
|
||||
return $self->{Filtered};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue