View | Details | Raw Unified | Return to bug 25296
Collapse All | Expand All

(-)a/Koha/Objects.pm (-1 / +4 lines)
Lines 250-255 an iterator). Link Here
250
sub empty {
250
sub empty {
251
    my ($self) = @_;
251
    my ($self) = @_;
252
252
253
    unless (ref($self)) {
254
        $self = $self->new;
255
    }
256
253
    $self->_resultset()->set_cache([]);
257
    $self->_resultset()->set_cache([]);
254
258
255
    return $self;
259
    return $self;
256
- 

Return to bug 25296