fix a ->get conversion typo.

This commit is contained in:
Colin Kuskie 2010-05-09 18:04:19 -07:00
parent d57ee622ff
commit 057260f131

View file

@ -551,7 +551,7 @@ sub getAlbumIds {
my $orderBy = $options->{ orderBy }
? $options->{ orderBy }
: $self->viewListOrderBy
? join( " ", $self->getviewListOrderBy, $self->viewListOrderDirection )
? join( " ", $self->viewListOrderBy, $self->viewListOrderDirection )
: "lineage ASC"
;