Skip to content

Commit

Permalink
updates to firehose.shtml rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Feb 13, 2008
1 parent e022a4c commit d3f42af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/FireHose/FireHose.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@ sub listView {
$featured = $firehose_reader->getFireHose($res->[0]->{id});
}
}
my $initial = ($form->{tab} || $form->{tabtype} || $form->{fhfilter} || defined $form->{page} || $lv_opts->{fh_page} eq "console.pl" ) ? 0 : 1;
my $initial = ($form->{tab} || $form->{tabtype} || $form->{fhfilter} || defined $form->{page} || $lv_opts->{fh_page} eq "console.pl" || $form->{ssi} && defined $form->{fhfilter}) ? 0 : 1;

my $options = $lv_opts->{options} || $self->getAndSetOptions({ initial => $initial });
my $base_page = $lv_opts->{fh_page} || "firehose.pl";
Expand Down

0 comments on commit d3f42af

Please sign in to comment.