X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FDBIC%2FAPI%2FJoinBuilder.pm;h=cd7cc5d7dcfad725908d232bb20e764651f51c08;hp=884aaeac3ecc9ce5f24feb6531e8ec7883669710;hb=406086f3da2f020cf98b01d994ffe2d1b8a478c4;hpb=3d85db11441182964cf35818ed25265eec1b74e2 diff --git a/lib/Catalyst/Controller/DBIC/API/JoinBuilder.pm b/lib/Catalyst/Controller/DBIC/API/JoinBuilder.pm index 884aaea..cd7cc5d 100644 --- a/lib/Catalyst/Controller/DBIC/API/JoinBuilder.pm +++ b/lib/Catalyst/Controller/DBIC/API/JoinBuilder.pm @@ -82,7 +82,7 @@ _build_joins finds the top parent in the structure and then recursively iterates sub _build_joins { my ($self) = @_; - + my $parent; while(my $found = $self->parent) {