aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Acmeman/Source/Apache.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Acmeman/Source/Apache.pm')
-rw-r--r--lib/App/Acmeman/Source/Apache.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/App/Acmeman/Source/Apache.pm b/lib/App/Acmeman/Source/Apache.pm
index ecde285..8b7eda1 100644
--- a/lib/App/Acmeman/Source/Apache.pm
+++ b/lib/App/Acmeman/Source/Apache.pm
@@ -216,9 +216,7 @@ EOT
;
close $fd;
- if (exists($self->{_post_setup})) {
- &{$self->{_post_setup}}($filename);
- }
+ $self->layout->post_setup($filename);
}
error("created file \"$filename\"", prefix => 'note');

Return to:

Send suggestions and report system problems to the System administrator.