Преглед изворни кода

Bug found by "Stefan D." <Stefan.Doeller@aon.at> where show_voices didn't
work

Morten Brix Pedersen пре 24 година
родитељ
комит
8f26a17215
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules/Pisg/HTMLGenerator.pm

+ 1 - 1
modules/Pisg/HTMLGenerator.pm

@@ -93,7 +93,7 @@ sub create_html
         $self->_gotkicks();
         $self->_mostkicks();
         $self->_mostop();
-        $self->_mostvoice() if $self->{cfg}->{show_voice};
+        $self->_mostvoice() if $self->{cfg}->{show_voices};
         $self->_mostactions();
         $self->_mostmonologues();
         $self->_mostjoins();