Backing out bug 180792. A table is locked as READ while my patch tries to write in it :(
git-svn-id: svn://10.0.0.236/trunk@174886 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1251,7 +1251,7 @@ sub update
|
||||
|
||||
# If the user submitted a comment while editing the attachment,
|
||||
# add the comment to the bug.
|
||||
if ($cgi->param('comment'))
|
||||
if (defined $cgi->param('comment'))
|
||||
{
|
||||
# Prepend a string to the comment to let users know that the comment came
|
||||
# from the "edit attachment" screen.
|
||||
|
||||
Reference in New Issue
Block a user