1 Aug
2016
1 Aug
'16
1:13 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16965 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (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.