summaryrefslogtreecommitdiff
path: root/bucky2/lib/Bucky
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2014-09-26 13:03:59 -0500
committerJules Laplace <carbon@melanarchy.org>2014-09-26 13:03:59 -0500
commit2f4aebe8139faff0e6456676fd83bf5c0e4e3c4d (patch)
tree7f0df489ce253c53a2cc5b5148619c31441b6072 /bucky2/lib/Bucky
parent30f1cd22906cae2bd4df35b4bf8fd72287f73ac5 (diff)
edit move-comment scripts; search indexes private threads (shrug)
Diffstat (limited to 'bucky2/lib/Bucky')
-rw-r--r--bucky2/lib/Bucky/Search.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky2/lib/Bucky/Search.pm b/bucky2/lib/Bucky/Search.pm
index 43c23f7..8759dad 100644
--- a/bucky2/lib/Bucky/Search.pm
+++ b/bucky2/lib/Bucky/Search.pm
@@ -244,7 +244,7 @@ sub search
next if $i++ < $start;
my $thread = $self->thread( $match->{'thread'} );
next unless $thread;
- next if $thread->{'private'};
+ # next if $thread->{'private'};
last if $to_display-- == 0;
push @$results, $match;
push @$comments_to_get, $match->{'comment'} if $match->{'comment'};