Skip to content

Commit

Permalink
Merge 0e044ef into 5548259
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar committed Sep 12, 2014
2 parents 5548259 + 0e044ef commit fb4267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DBIx/Class/Helper/Row/ProxyResultSetMethod.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sub proxy_resultset_method {
}

sub copy {
delete local @{$_[0]->{_column_data}}{@{$_[0]->_proxy_slots}};
delete local @{$_[0]->{_column_data}}{@{$_[0]->_proxy_slots||{}}};

shift->next::method(@_);
}
Expand Down

0 comments on commit fb4267c

Please sign in to comment.