Insert handler sub to activate menu even is run() is omitted (#898)

This commit is contained in:
Xavier Guimard 2016-02-17 06:18:23 +00:00
parent 5317e9820a
commit 9a828abfbb

View File

@ -14,6 +14,11 @@ use base qw(Lemonldap::NG::Handler::SharedConf);
use Apache2::Filter ();
use constant BUFF_LEN => 8192;
sub handler {
my $r = pop;
__PACKAGE__->run($r);
}
## @rmethod Apache2::Const run(Apache2::Filter f)
# Overload main run method
# @param f Apache2 Filter