X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/a3a4d694959ff6549ab0a37632440f529229c576..aaf82199178b7ad9117942bafcb45fadc24e1dab:/PLP/Backend/CGI.pm diff --git a/PLP/Backend/CGI.pm b/PLP/Backend/CGI.pm index 1a4f49c..e4bcf1e 100644 --- a/PLP/Backend/CGI.pm +++ b/PLP/Backend/CGI.pm @@ -72,6 +72,7 @@ sub everything { # This is run by the CGI script. (#!perl \n use PLP::Backend::CGI;) sub import { + $PLP::interface = $_[0]; $_[0]->everything(); }