MantisBT: master-1.2.x 604042b9

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2014-05-12 00:18 master-1.2.x 9b686291
Affected Issues  0017322: Warning in bug report when attachments are disabled
Changeset

bug_report.php: fix warning when not using attachments

When attachments are not used, 'ufile' is not defined, so $t_files
becomes NULL (line 150) causing the 'Invalid argument supplied for
foreach' warning.

Fixes 0017322

mod - bug_report.php Diff File