Allow absolute paths in DT field helper.

agranig/1_0_subfix
Andreas Granig 13 years ago
parent 672c25219e
commit 29df28e9ee

@ -29,7 +29,7 @@ sub render_element {
table_titles => $self->table_titles,
errors => $self->errors,
};
my $t = new Template({});
my $t = new Template({ ABSOLUTE => 1, });
$t->process($self->template, $vars, \$output) or
die "Failed to process Datatables field template: ".$t->error();

Loading…
Cancel
Save