Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add prefix parameter to [reviews] tag list function.
  • Loading branch information
racke committed Sep 15, 2010
1 parent 1526bf7 commit 05ad2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/reviews/code/reviews.tag
Expand Up @@ -108,7 +108,7 @@ sub {
$sql .= ' order by name asc';
}

return $Tag->query ({sql => $sql, list => 1, prefix => 'item',
return $Tag->query ({sql => $sql, list => 1, prefix => $opt->{prefix} || 'item',
body => $body});
}
}
Expand Down

0 comments on commit 05ad2ab

Please sign in to comment.