From 057260f13148867b16fbbb1c54bb4f56dc74ab04 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 9 May 2010 18:04:19 -0700 Subject: [PATCH] fix a ->get conversion typo. --- lib/WebGUI/Asset/Wobject/Gallery.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Gallery.pm b/lib/WebGUI/Asset/Wobject/Gallery.pm index 3e8ef732b..e0201c02d 100644 --- a/lib/WebGUI/Asset/Wobject/Gallery.pm +++ b/lib/WebGUI/Asset/Wobject/Gallery.pm @@ -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" ;