X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/d4d1ccd8096dd890eccfaec5ca795803e42600b0..2f378f2720eee237f7dbe20643d6c2626c038580:/PLP/Backend/Apache.pm diff --git a/PLP/Backend/Apache.pm b/PLP/Backend/Apache.pm index eb13d36..62caadc 100644 --- a/PLP/Backend/Apache.pm +++ b/PLP/Backend/Apache.pm @@ -71,6 +71,7 @@ sub print { # This is the mod_perl handler. sub handler { PLP::clean(); + $PLP::interface = __PACKAGE__; if (my $ret = init($_[0])) { return $ret; }