MantisBT: master da36f79c

Author Committer Branch Timestamp Parent
dregad dregad master 2018-09-08 01:50 master ba44b8b3
Affected Issues  0024741: Plugin Columns - Export CSV or Excel - PHP 7.2.7 - crash error 500 - Reason missing 2 argument in call
Changeset

Make 2nd param of MantisColumn::value() optional

In csv_api.php, the function csv_format_plugin_column_value() calls this
method with only one argument, causing an error on PHP 7.2.

Fixes 0024741

mod - core/classes/MantisColumn.class.php Diff File