MantisBT: master 4b5059c2

Author Committer Branch Timestamp Parent
dhx dhx master 2009-09-15 08:47 master f5e51781
Affected Issues  0010940: Clicking 'Reopen' button while viewing an issue returns an 'Application Error #200'
Changeset

Fix 0010940: Reopen button sends incorrect parameter to bug_change_status.php

Commit 546e72b12e8149041ce2a55d7e5b511639e823b4 changed the 'bug_id'
parameter of bug_change_status.php to just 'id'.

However the html_button_bug_reopen function hadn't been updated as a
result of the renaming of the bug_id parameter. This resulted in an
application error #200 appearing when users clicked on the 'Reopen'
button on an issue.

mod - core/html_api.php Diff File