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