diff options
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index e9684eced..102934313 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -525,7 +525,7 @@ if (defined $::FORM{'id'}) { CheckFormFieldDefined(\%::FORM, 'longdesclength'); if (trim($::FORM{'short_desc'}) eq "") { - ThrowUserError("require_summary"); + ThrowUserError("require_summary"); } } |