X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/7da9d5b6d333c303880e1a57721b14d2305c3653..e214accccd89a9c8:/SL/DB/Object.pm diff --git a/SL/DB/Object.pm b/SL/DB/Object.pm index 540e7607c..c11fb3f5a 100755 --- a/SL/DB/Object.pm +++ b/SL/DB/Object.pm @@ -16,7 +16,7 @@ use base qw(Rose::DB::Object); my @rose_reserved_methods = qw( db dbh delete DESTROY error init_db _init_db insert load meta meta_class - not_found save_ update import + not_found save update import ); sub new {