summaryrefslogtreecommitdiff
path: root/Xerl/Page
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:41:09 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:41:09 +0200
commitd0b80a8c1fda0eb8703463af5930137eab288481 (patch)
treec6545ccc52543f8bc06a2ca76db8506fd952409b /Xerl/Page
parentc14a756c697d901461f9476c553747359ec52e81 (diff)
You seek to shield those you love and you like the role of the provider.
Diffstat (limited to 'Xerl/Page')
-rw-r--r--Xerl/Page/Content.pm3
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' ) {