Explorar o código

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

Morten Brix Pedersen %!s(int64=24) %!d(string=hai) anos
pai
achega
8f26a17215
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();