This commit is contained in:
ian%hixie.ch 2003-03-15 14:53:35 +00:00
Родитель c6832d13ea
Коммит e6cf46a242
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -78,7 +78,7 @@ sub expand {
$CACHE{$args->{'name'}} = $document;
} else { # $type eq 'TemplateToolkit'
# what we have is a raw string
$document = \{$args->{'string'}};
$document = \$args->{'string'};
}
}
# $self->{template}->context()->{'__PLIF__output'} = $args->{'output'}; # unused (it's a handle to the dataSource.strings service but we look one up instead of using it directly)