X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/635df4bce8d1e0d4a220f1461dbf6faade2363ac..ed667cac4097e2f2e62c7dd440eb0977da53b339:/SL/Controller/Draft.pm diff --git a/SL/Controller/Draft.pm b/SL/Controller/Draft.pm index 33da3bd1a..9eff3fcfb 100644 --- a/SL/Controller/Draft.pm +++ b/SL/Controller/Draft.pm @@ -19,7 +19,7 @@ use Rose::Object::MakeMethods::Generic ( __PACKAGE__->run_before('check_auth'); -my %allowed_modules = map { $_ => "bin/mozilla/$_.pl" } qw(is ir ar ap); +my %allowed_modules = map { $_ => "bin/mozilla/$_.pl" } qw(is ir ar ap gl); # # actions