MantisBT: master d791953c

Author Committer Branch Timestamp Parent
Damien Regad Damien Regad master 2013-06-14 10:56 master af963574
Changeset

Print warning when error ignored due to $g_display_error settings

When $g_display_error[E_USER_ERROR] != 'halt', MantisBT application
errors are ignored. This may lead to data integrity issues and may cause
the system to function incorrectly.

We now display a warning message after the inline error, so that the
user is aware of the situation

Fixes 0012632

mod - core/constant_inc.php Diff File
mod - core/error_api.php Diff File
mod - lang/strings_english.txt Diff File