diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Reports/New.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Reports/New.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports/New.pm b/perllib/FixMyStreet/App/Controller/Reports/New.pm index 20fb24a32..14e3d8c9a 100644 --- a/perllib/FixMyStreet/App/Controller/Reports/New.pm +++ b/perllib/FixMyStreet/App/Controller/Reports/New.pm @@ -478,7 +478,7 @@ sub process_report : Private { 'title', 'detail', 'pc', # 'name', 'may_show_name', # 'category', # - 'partial', 'skipped', 'upload_fileid', # + 'partial', 'skipped', # ); # create a new report, but don't save it yet |