summaryrefslogtreecommitdiff
path: root/Xerl/Page/Content.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-05-01 18:13:20 +0000
committerPaul Buetow <paul@buetow.org>2011-05-01 18:13:20 +0000
commit54cb3fcc27ccd98405cecdc82889b0e29c518c6c (patch)
tree58f9bf3fcee4983b793a2cfaff372060b0adb831 /Xerl/Page/Content.pm
parent21a386d7b9f436c667a25bcca624bec65d68ea27 (diff)
s/shutdown/finish_request/
Diffstat (limited to 'Xerl/Page/Content.pm')
-rw-r--r--Xerl/Page/Content.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm
index 7ce4e65..e404430 100644
--- a/Xerl/Page/Content.pm
+++ b/Xerl/Page/Content.pm
@@ -49,7 +49,7 @@ sub parse($) {
);
if ( -1 == $xmlcontent->open() ) {
- $config->set_shutdown(1);
+ $config->set_finish_request(1);
return undef;
}