https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16965
--- Comment #10 from Marcel de Rooy <[email protected]> --- (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. -- 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/
