diff options
-rw-r--r-- | perllib/Page.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 5016b7d4d..4d8c3c6b7 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -900,7 +900,7 @@ sub display_problem_updates($$) { my $cobrand = get_cobrand($q); my $display_photos = Cobrand::allow_photo_display($cobrand); if ($display_photos && $row->{has_photo}) { - $out .= '<p><img alt="" height=100 src="/photo?tn=1;c=' . $row->{id} . '"></p>'; + $out .= '<p><img alt="" height=100 src="/photo?c=' . $row->{id} . '"></p>'; } $out .= '</div>'; $out .= '</div>'; |