From: Steinar H. Gunderson Date: Sun, 29 Jul 2007 16:50:00 +0000 (+0200) Subject: Fix a bug that was introduced by the previous bug :-) X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=7862de1a0f4f9a610c81356175c099c00ebc2000 Fix a bug that was introduced by the previous bug :-) --- diff --git a/perl/Sesse/pr0n/Index.pm b/perl/Sesse/pr0n/Index.pm index 239c4b9..d070ba1 100644 --- a/perl/Sesse/pr0n/Index.pm +++ b/perl/Sesse/pr0n/Index.pm @@ -355,7 +355,7 @@ sub handler { my $url = "/$event/" . Sesse::pr0n::Common::get_query_string(\%newsettings, \%defsettings); $r->print("

"); - Sesse::pr0n::Templates::print_template($r, "submittedby", { author => $lastupl, action => $action, filterurl => $url, date => $day }); + Sesse::pr0n::Templates::print_template($r, "submittedby", { author => $takenby, action => $action, filterurl => $url, date => $day }); print_fullscreen_fromhere($r, $event, \%settings, \%defsettings, $img_num); $r->print("

\n");