X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/b3f351139a745a2d01dd35e5a70f72e61b2c2adb..e8b158e97c5a24c827f0c46873f2048e95cac35c:/SL/DB/Object.pm diff --git a/SL/DB/Object.pm b/SL/DB/Object.pm index 8b86e9711..c072e9011 100755 --- a/SL/DB/Object.pm +++ b/SL/DB/Object.pm @@ -26,7 +26,7 @@ sub new { sub init_db { my $class_or_self = shift; my $class = ref($class_or_self) || $class_or_self; - my $type = $class =~ m/::Auth/ ? 'LXOFFICE_AUTH' : 'LXOFFICE'; + my $type = $class =~ m/::Auth/ ? 'KIVITENDO_AUTH' : 'KIVITENDO'; return SL::DB::create(undef, $type); }