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"
         }
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org