summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuglist.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi
index 43cdea377..f712f0b3e 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -407,7 +407,7 @@ if (defined $ref) {
if (defined $ref && 0 < @$ref) {
# Do surgery on the query to tell it to patch in the bugs_activity
# table.
- $query =~ s/bugs,/bugs, bugs_activity,/;
+ $query =~ s/profiles assign,/profiles assign, bugs_activity,/;
my @list;
foreach my $f (@$ref) {