diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:41:09 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:41:09 +0200 |
| commit | d0b80a8c1fda0eb8703463af5930137eab288481 (patch) | |
| tree | c6545ccc52543f8bc06a2ca76db8506fd952409b /Xerl | |
| parent | c14a756c697d901461f9476c553747359ec52e81 (diff) | |
You seek to shield those you love and you like the role of the provider.
Diffstat (limited to 'Xerl')
| -rw-r--r-- | Xerl/Page/Content.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm index 1f006b7..3b7ef5c 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -118,8 +118,7 @@ sub _insertrules($$$) { } elsif ( lc $name eq 'includerun' ) { my $scriptpath = $config->get_contentpath() . $text; - - push @content, $scriptpath; + push @content, eval $scriptpath; } elsif ( lc $name eq 'navigation' ) { |
