kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-10-04 04:25 am

[dw-free] cleaning up userpics code

[commit: http://hg.dwscoalition.org/dw-free/rev/61cf5913afad]

http://bugs.dwscoalition.org/show_bug.cgi?id=513

Wrong user, no biscuit.

Patch by [personal profile] kareila.

Files modified:
  • htdocs/support/see_request.bml
--------------------------------------------------------------------------------
diff -r 2be7c10a8b73 -r 61cf5913afad htdocs/support/see_request.bml
--- a/htdocs/support/see_request.bml	Mon Oct 04 11:38:12 2010 +0800
+++ b/htdocs/support/see_request.bml	Sun Oct 03 23:25:08 2010 -0500
@@ -592,7 +592,7 @@ body<=
                 my ( $width, $height ) = $icon->dimensions;
                 $header .= "<td><img src='$src' width='$width' height='$height' hspace='3' alt='$alt'/></td>";
             }
-            $header .= "<td>" . LJ::ljuser( $u, { full => 1 } );
+            $header .= "<td>" . LJ::ljuser( $up, { full => 1 } );
             $header .= " - " . $up->name_html unless $up->is_suspended;
             $header .= "</td></tr></table>\n"
         }
--------------------------------------------------------------------------------
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2010-10-04 04:28 am (UTC)(link)
I think this officially earns you the Commit and Ditch Pony this round. ;)