https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16965
--- Comment #11 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #10) > (In reply to Jonathan Druart from comment #8) > > Why did you make this change: > > - return $object_class->_wrap(@dbic_rows); > > + return _wrap( $object_class, @dbic_rows ); > > ? > > Hmm. Somewhere in the process of testing. But we can redo it? We should not > expect a Koha Object class to override a private underscored routine. So > this should be exactly the same. Yes, that's the same, that's why I have asked why :) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
