X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3eb3d1b144adb92e62de08e67dc6ff3d39bf7483..522eb5a4a138c665b00a7f99a9e2b66d7d44857d:/SL/DB/MetaSetup/Translation.pm diff --git a/SL/DB/MetaSetup/Translation.pm b/SL/DB/MetaSetup/Translation.pm index 5f0ee9705..19211bd3e 100644 --- a/SL/DB/MetaSetup/Translation.pm +++ b/SL/DB/MetaSetup/Translation.pm @@ -4,7 +4,7 @@ package SL::DB::Translation; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('translation');