Commit 6f31547e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 288405: Attachment.cgi fails on Big File attachment inserts - Patch by Marc…

Bug 288405: Attachment.cgi fails on Big File attachment inserts - Patch by Marc Schumann <wurblzap@gmail.com> r=joel a=myk
parent 63286bf8
......@@ -397,7 +397,7 @@ sub validateData
}
}
return $data;
return $data || '';
}
my $filename;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment