MantisBT: master-1.3.x b59807e6

Author Committer Branch Timestamp Parent
cproensa cproensa master-1.3.x 2016-12-26 08:49 master-1.3.x ca31358f
Affected Issues  0022074: System notice when detaching tags
Changeset

Fix regression for function tag_bug_get_row()

Fix regression caused by changes in function tag_bug_get_row() where parameter
$p_tag_id is no longer used.
The modified function was returning an array of all tag rows for the bug_id,
instead of a single tag row, if it exists.

Fixes: 0022074

mod - core/tag_api.php Diff File