MantisBT: master dd95276b

Author Committer Branch Timestamp Parent
dregad dregad master 2019-08-28 15:07 master 250e3fdf
Affected Issues  0026094: PHP notice in bug view page when viewing issue without category
Changeset

Fix PHP notice when viewing issue without category

Regression from f1cf14478b4f03f355049196c2ced418eb2c1afe.

We use the Command's flag to determine whether the label must be
displayed, and additionally that the category is indeed present in the
Issue's data before trying to access it.

Fixes 0026094

mod - bug_view_inc.php Diff File