X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f97b07787db5cacc0f90338fdb3c1237262917cb..6ee486a53d467fe2cb5aa5a971e5de0755ab6d0c:/SL/DB/Translation.pm diff --git a/SL/DB/Translation.pm b/SL/DB/Translation.pm index 841a3a86a..82362d406 100644 --- a/SL/DB/Translation.pm +++ b/SL/DB/Translation.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::Translation; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;