4
0
Эх сурвалжийг харах

Correct bug where it had $config->text instead of $text

sbingner 25 жил өмнө
parent
commit
5113577694
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      pisg.pl

+ 1 - 1
pisg.pl

@@ -1542,7 +1542,7 @@ sub mostsad
             channel => $conf->{channel}
         );
         my $text = template_text('sad3', %hash);
-        html("<tr><td bgcolor=\"$conf->{hicell}\">$conf->text</td></tr>");
+        html("<tr><td bgcolor=\"$conf->{hicell}\">$text</td></tr>");
     }
 }