X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6ccea47689a953faf3cc611e2014a8a34c360a0a..0c1b51b8ad98f6b1739af1744a640bd1d1a86e1f:/SL/Request.pm diff --git a/SL/Request.pm b/SL/Request.pm index f72694d1c..8d62f17d0 100644 --- a/SL/Request.pm +++ b/SL/Request.pm @@ -18,6 +18,7 @@ our @EXPORT_OK = qw(flatten unflatten read_cgi_input); use Rose::Object::MakeMethods::Generic ( + scalar => [ qw(applying_database_upgrades) ], 'scalar --get_set_init' => [ qw(cgi layout presenter is_ajax type) ], );