X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0afeb736bafca9a46aea4613fee0ebcae7a06058..90bb521a25eeb37c5bbae1ff68c38e6c142b6e6b:/SL/Controller/Admin.pm diff --git a/SL/Controller/Admin.pm b/SL/Controller/Admin.pm index 62ab99a78..8ba249034 100644 --- a/SL/Controller/Admin.pm +++ b/SL/Controller/Admin.pm @@ -504,7 +504,7 @@ sub check_auth_db_and_tables { } sub apply_dbupgrade_scripts { - return SL::DBUpgrade2->new(form => $::form, dbdriver => 'Pg', auth => 1)->apply_admin_dbupgrade_scripts(1); + return SL::DBUpgrade2->new(form => $::form, auth => 1)->apply_admin_dbupgrade_scripts(1); } sub authenticate_root {