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" ;