summaryrefslogtreecommitdiffstats
path: root/attachment.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/attachment.cgi b/attachment.cgi
index d797c366d..94d43462d 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -535,6 +535,7 @@ sub insert {
# Detect if the user already used the same form to submit an attachment
my $token = trim($cgi->param('token'));
check_token_data($token, 'create_attachment', 'index.cgi');
+ print STDERR "here\n";
# Check attachments the user tries to mark as obsolete.
my @obsolete_attachments;