This commit is contained in:
Matthew Wilson 2006-01-18 21:02:59 +00:00
parent 00fb318ec5
commit d00a040248
2 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,7 @@ sub raw {
my ($output);
my ($self, @p) = @_;
my ($value, $uiLevel) = rearrange([qw(value uiLevel)], @p);
if (_uiLevelChecksOut($uiLevel)) {
if ($self->_uiLevelChecksOut($uiLevel)) {
$self->{_data} .= $value;
}
$self->{_data} .= $output;