X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBIHacks.pm;h=d4f4058b347f78f0abd39c27d84ab02a075f1e60;hb=975b573a;hp=be8965f3e5845ab9bb94f8be2d9007b87f863484;hpb=5b3090637dc0ea8949627267561820b43ff8e1cb;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBIHacks.pm b/lib/DBIx/Class/Storage/DBIHacks.pm index be8965f..d4f4058 100644 --- a/lib/DBIx/Class/Storage/DBIHacks.pm +++ b/lib/DBIx/Class/Storage/DBIHacks.pm @@ -353,7 +353,7 @@ sub _adjust_select_args_for_complex_prefetch { # scan the *remaining* from spec against different attributes, and see which joins are needed # in what role - my $outer_aliastypes = + my $outer_aliastypes = $outer_attrs->{_aliastypes} = $self->_resolve_aliastypes_from_select_args( $from, $outer_select, $where, $outer_attrs ); # unroll parents