fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-08-27 03:14 am

[dw-free] Spam Reports: mode=view should have link to journal of suspected spammer

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

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

Fix syntax error.

Patch by [personal profile] fu.

Files modified:
  • htdocs/admin/spamreports.bml
--------------------------------------------------------------------------------
diff -r b78d7f65df28 -r c16e10ab846b htdocs/admin/spamreports.bml
--- a/htdocs/admin/spamreports.bml	Fri Aug 26 12:52:13 2011 +0800
+++ b/htdocs/admin/spamreports.bml	Sat Aug 27 11:13:44 2011 +0800
@@ -178,7 +178,7 @@
             $what += 0;
             my $u = LJ::load_userid($what);
             return $error->('No such posterid.') unless $u;
-            $title = "Spam Reports - By" . $u->ljuser_display; . "($state)";
+            $title = "Spam Reports - By" . $u->ljuser_display . "($state)";
         } elsif ($by eq 'poster') {
             my $u = LJ::load_user($what);
             return $error->('No such user.') unless $u;
--------------------------------------------------------------------------------