Skip to content

Commit

Permalink
Oops, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Nov 9, 2008
1 parent 0a541ad commit 2758e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MojoMojo/Schema/Page.pm
Expand Up @@ -507,7 +507,7 @@ sub tags_with_counts {
select => [ 'me.id', 'me.tag', 'count(me.tag) as refcount' ],
as => [ 'id', 'tag', 'refcount' ],
order_by => ['refcount'],
group_by => [ 'me.id', 'me.rtag'],
group_by => [ 'me.id', 'me.tag'],
}
);
return @tags;
Expand Down

0 comments on commit 2758e4d

Please sign in to comment.