afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-07-05 12:39 pm

[dw-free] Double heading when talkpost_do.bml errors

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

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

Remove extra header.

Patch by [staff profile] denise.

Files modified:
  • htdocs/talkpost_do.bml
--------------------------------------------------------------------------------
diff -r cf9a1898d7f5 -r cb7a092aff82 htdocs/talkpost_do.bml
--- a/htdocs/talkpost_do.bml	Sun Jul 05 12:37:36 2009 +0000
+++ b/htdocs/talkpost_do.bml	Sun Jul 05 12:39:12 2009 +0000
@@ -34,10 +34,6 @@ body<=
     LJ::need_res('stc/display_none.css');
 
     my $editid = $POST{editid};
-
-    # Set the title to be for an error, it will be changed later
-    # upon sucess
-    $title = $ML{'Error'};
 
     # OpenID support
     # openid is a bit of hackery but we'll check to make sure they're
--------------------------------------------------------------------------------