X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FXMLPage.pm;h=8381a1fc7035de628816b9770b352b9f11a49f4c;hb=c7ea169ce7d7daa3fae879fca124980a7293da1e;hp=4a0e189b2171aa49c8d6dd374239cf94f64c8c75;hpb=256609e2df07f5dd40a33ace6163d2b72a269246;p=ndwebbie.git diff --git a/ND/Web/XMLPage.pm b/ND/Web/XMLPage.pm index 4a0e189..8381a1f 100644 --- a/ND/Web/XMLPage.pm +++ b/ND/Web/XMLPage.pm @@ -29,7 +29,7 @@ use ND::Web::Include; our @ISA = qw/ND::Web::Page/; -sub noAccess { +sub noAccess () { HTML::Template->new(filename => 'templates/NoAccess.tmpl', global_vars => 1, cache => 1); };